mop Wiki
( WEBSITE VERSION ) MOP is a php query handling and manipulation LIB.
Brought to you by:
bringittocode
MOP can be install in two ways.... any way that fit your need.
to install using composer kindly type the command below in the terminal
composer require bitc/mop
then autoload it.
require 'vendor/autoload.php';
$connect = new mysql\mop($DB_ADDRESS,$DB_USER,$DB_PASS,$DB_NAME);
Download both files mop.php and mopconfig.php in src folder
Place both files in the same directory and require mop.php file
require '__path__.osql.php';
$connect = new mysql\mop($DB_ADDRESS,$DB_USER,$DB_PASS,$DB_NAME);