Registry / database / catfan-medoo

catfan-medoo

JSON →
library2.4.0phppackagistunverified

The lightweight PHP database framework to accelerate development.

composer require catfan/medoo
INSTALL
IMPORT
SIG · CATFAN-MEDOO
C
catfan-medoo
databasephpv2.4.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Medoo
use Medoo\Medoo;

Initialize Medoo and select data from a table.

use Medoo\Medoo; $database = new Medoo([ 'type' => 'mysql', 'host' => 'localhost', 'database' => 'name', 'username' => 'user', 'password' => 'pass' ]); $data = $database->select('users', ['id', 'name']);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.4.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
OpenAI (training)
1
Resources
catfan-medoo — pip install catfan-medoo · libregistry