There was an error while loading. Please reload this page.
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 bringittocode/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__.mop.php'; $connect = new Mysql\mop($DB_ADDRESS,$DB_USER,$DB_PASS,$DB_NAME);