TP Database Class

Installation:

composer require topthink/think-orm

Usage

You must load the autoload.php located in the vendor directory before use; otherwise, a class not found error will occur.

require_once 'disk_path/vendor/autoload.php';

For usage method, refer to think-orm

Medoo Database Class

Installation:

composer require catfan/Medoo

Usage

You must load the autoload.php located in the vendor directory before use; otherwise, a class not found error will occur.

require_once 'disk_path/vendor/autoload.php';

For usage method, refer to Medoo Documentation
For project introduction, refer to Medoo