Registry / orm / cakephp-orm

cakephp-orm

JSON →
library5.2.2phppackagistunverified

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

ormdatabase
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.

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 footguns
breakingRequires PHP 7.4+ for version 5.x.
Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
23 hits · last 30 days
gptbot
3
amazonbot
3
claudebot
3
bytedance
2
mj12bot
1
ahrefsbot
1
Resources