TP's Database Class

Installation:

composer require topthink/think-orm

Usage

Before using, you must load the autoload.php under the vendor directory, otherwise it will report class not found error.

require_once 'disk path/vendor/autoload.php';

For usage, please refer to think-orm

Medoo's Database Class

Installation:

composer require catfan/Medoo

Usage

Before using, you must load the autoload.php under the vendor directory, otherwise it will report class not found error.

require_once 'disk path/vendor/autoload.php';

For usage, please refer to Medoo Manual
For project introduction, please refer to Medoo