j4mie/idiorm
A lightweight nearly-zero-configuration object-relational mapper and fluent query builder for PHP5. observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 6048
- days_rel: n/a
- days_push: 902
- n_releases_24m: 0
Adoption not part of the score
1982 stars · 358 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Idiorm is a lightweight, nearly-zero-configuration object-relational mapper and fluent query builder for PHP, built on top of PDO with prepared statements throughout. It is now in maintenance-only mode, receiving bug fixes but no new features, with Eloquent recommended for new projects.
Use cases
- run simple CRUD queries in PHP without heavy ORM setup
- build fluent SQL queries with a lightweight query builder
- protect against SQL injection using prepared statements
- map database rows to objects in a legacy PHP application
- query a database with minimal configuration over PDO
When to choose
- you maintain an existing project already built on Idiorm or Paris
- you need a tiny, zero-config ORM for simple queries in legacy PHP
- you want a fluent query builder without a full framework
When to avoid
- you are starting a new PHP project (use Eloquent or a modern ORM instead)
- you need active feature development or support for future PHP versions
- you need complex ORM features like relations, migrations, or eager loading
Facets
library · maturity maintenance
orm database-driver database databases web-development backend developer-tools php query-builder pdo fluent-api active-record lightweight zero-configuration
1 source
- readme: https://github.com/j4mie/idiorm · fetched 2026-08-28 · 7e14994d6a21
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| j4mie/idiorm | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem