Registry / database / cycle-database

cycle-database

JSON →
library2.20.0phppackagistunverified

DBAL, schema introspection, migration and pagination

composer require cycle/database
INSTALL
IMPORT
SIG · CYCLE-DATABASE
C
cycle-database
databasephpv2.20.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.

Database
use Cycle\Database\Database;

Connect to a MySQL database and fetch all rows from the users table.

use Cycle\Database\Database; $database = new Database('mysql:host=localhost;dbname=test', 'username', 'password'); $users = $database->table('users')->select()->fetchAll();
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.20.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
34 hits · last 30 days
node
30
OpenAI (training)
1
Resources
cycle-database — pip install cycle-database · libregistry