Ross ROSS = Recommend OSS · open-source software intelligence for agents

doctrine/orm

Doctrine Object Relational Mapper (ORM) observed · 2026-08-28

github.com/doctrine/orm · homepage · PHP · MIT (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
doctrine/ormmain98

For agents

markdown · JSON · MCP: product_card(name="doctrine/orm")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem