doctrine/orm
Doctrine Object Relational Mapper (ORM) observed · 2026-08-28
Health v2 · maintenance only
98/100
- Activity 99
- Release rhythm 96
- Longevity 100
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: 1
- age_days: 5993
- days_rel: 28
- days_push: 7
- n_releases_24m: 44
Adoption not part of the score
10169 stars · 2540 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Doctrine ORM is an object-relational mapper for PHP 8.1+ that provides transparent persistence for PHP objects on top of the Doctrine DBAL database abstraction layer. It lets developers query databases using Doctrine Query Language (DQL), an object-oriented SQL dialect inspired by Hibernate's HQL.
Use cases
- map PHP objects to database tables
- write database queries with an object-oriented query language
- manage entity relationships and associations in PHP
- persist and retrieve domain entities transparently
- build a Symfony or Laminas application with a mature ORM
- replace raw SQL with a query builder and DQL
When to choose
- you are building a PHP application that needs robust, battle-tested object persistence
- you want rich association mapping, inheritance mapping, and event system support
- you prefer DQL/QueryBuilder over hand-written SQL
- you need a widely adopted ORM with extensive documentation and community support
When to avoid
- you want a lightweight query builder without full entity management overhead
- your project uses PHP below 8.1
- you need extremely raw, hand-tuned SQL control for every query
- you are working outside the PHP ecosystem
Facets
library · maturity stable
orm database database-driver caching databases web-development backend developer-tools php cross-platform doctrine dql query-builder entity-mapping persistence dbal symfony
10 sources
- readme: https://github.com/doctrine/orm · fetched 2026-08-28 · a1562762318b
- homepage: https://www.doctrine-project.org/projects/orm.html · fetched 2026-08-29 · 2af89fcfe2dd
- site_page: https://www.doctrine-project.org/projects/doctrine-orm/en/3.6/index.html · fetched 2026-08-29 · 034b67741c3c
- site_page: https://www.doctrine-project.org/projects/doctrine-orm/en/latest/index.html · fetched 2026-08-29 · 9f8c734f30c2
- site_page: https://www.doctrine-project.org/projects/doctrine-orm/en/3.7/index.html · fetched 2026-08-29 · 03211c6c7ba9
- site_page: https://www.doctrine-project.org/projects/doctrine-orm/en/2.21/index.html · fetched 2026-08-29 · 970ffab9c2bb
- site_page: https://www.doctrine-project.org/projects/doctrine-orm/en/2.20/index.html · fetched 2026-08-29 · 2fa60d414d98
- site_page: https://www.doctrine-project.org/projects/doctrine-orm/en/2.19/index.html · fetched 2026-08-29 · 739c8d6cbe9e
- site_page: https://www.doctrine-project.org/projects/doctrine-orm/en/2.18/index.html · fetched 2026-08-29 · c8db3f33ef47
- site_page: https://www.doctrine-project.org/projects/doctrine-orm/en/2.17/index.html · fetched 2026-08-29 · 7240ce69dd10
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| doctrine/orm | main | 98 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem