Registry / orm / cakephp-orm

cakephp-orm

JSON →
library5.2.2phppackagistunverified

CakePHP ORM - Provides a flexible and powerful ORM implementing a data-mapper pattern.

composer require cakephp/orm
INSTALL
IMPORT
SIG · CAKEPHP-ORM
C
cakephp-orm
ormphpv5.2.2
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.

TableRegistry
use Cake\ORM\TableRegistry;

Fetch a record using the CakePHP ORM.

use Cake\ORM\TableRegistry; $articles = TableRegistry::getTableLocator()->get('Articles'); $article = $articles->get(1); echo $article->title;
Debug
Known issues
breakingRequires PHP 7.4+ for version 5.x.
fix
Upgrade PHP or use an older ORM version.
affects: >=5.0.0
Upgrade
Version history
5.2.2latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
33 hits · last 30 days
node
30
OpenAI (training)
1
Resources
cakephp-orm — pip install cakephp-orm · libregistry