llogaricasas / EasyBackEndPHP

Object Oriented PHP library built for backend development.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:GNU General Public License v2.0


Languages

Language:PHP 100.0%