Registry / orm / j4mie-idiorm

j4mie-idiorm

JSON →
library1.5.8phppackagistunverified

A lightweight nearly-zero-configuration object-relational mapper and fluent query builder for PHP5

composer require j4mie/idiorm
INSTALL
IMPORT
SIG · J4MIE-IDIORM
J
j4mie-idiorm
ormphpv1.5.8
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 ORM;

Query active users using Idiorm's fluent API

use ORM; $users = ORM::for_table('users')->where('active', 1)->find_many();
Debug
Known issues
breakingIdiorm requires PHP 5.3+ and does not support modern PHP 8 features.
fix
Consider using Eloquent or Doctrine for PHP 8 compatibility.
affects: >=8.0.0
Upgrade
Version history
1.5.8latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
19 hits · last 30 days
node
16
OpenAI (training)
1
Resources
j4mie-idiorm — pip install j4mie-idiorm · libregistry