Registry / orm / cycle-orm

cycle-orm

JSON →
library2.18.0phppackagistunverified

PHP DataMapper ORM and Data Modelling Engine

composer require cycle/orm
INSTALL
IMPORT
SIG · CYCLE-ORM
C
cycle-orm
ormphpv2.18.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.

ORM
use Cycle\ORM\ORM;

Initialize Cycle ORM and fetch a user by primary key

use Cycle\ORM\ORM; $orm = new ORM($dbal, $schema); $user = $orm->getRepository('User')->findByPK(1);
Debug
Known issues
breakingRequires PHP 8.1+
fix
Upgrade PHP to 8.1 or higher
affects: <2.0
Upgrade
Version history
2.18.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
43 hits · last 30 days
node
40
Resources
cycle-orm — pip install cycle-orm · libregistry