Menu

Installation

Bring It To  Code

MOP can be install in two ways.... any way that fit your need.

Composer Install

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);

Manual Install

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);

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.