Skip to content

llogaricasas/EasyBackEndPHP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 

Repository files navigation

EasyBackEndPHP

Customized Object Oriented PHP library built for Back-End development purposes. SQL Queries, FTP Connections and Image Size modifications can be performed using this Library.

Documentation

To initialize the plugin call the constructor after requiring the file in your PHP file

  
require 'EasyBackEndPHP.php';

$library = new EasyBackEndPHP();

$CharEncoding = $library->CharEncoding($string); $FTP = $library->FTP($host, $user, $password); $ImageEditor = $library->ImageEditor($filename); $MySQL = $library->MySQL($host, $database, $user, $password); $Session = $library->Session($lifetime, $path, $domain, $secure, $http_only); $StringGenerator = $library->StringGenerator($lenght);

The EasyBackEndPHP Creator

EasyBackEndPHP is maintained by Llogari Casas

About

Object Oriented PHP library built for backend development.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages