Object-Relational-Mapper for PHP

Maintainers

Package info

github.com/doctrine/orm

Homepage

pkg:composer/doctrine/orm

Statistics

Installs: 282 126 963

Dependents: 7 296

Suggesters: 471

Stars: 10 169

Open Issues: 1 304

3.6.2 2026-01-30 21:41 UTC

This package is auto-updated.

Last update: 2026-03-04 23:34:34 UTC


README

4.0.x 3.7.x 3.6.x 2.21.x 2.20.x
Build status Build status Build status Build status Build status
Coverage Status Coverage Status Coverage Status Coverage Status Coverage Status

Doctrine ORM is an object-relational mapper for PHP 8.1+ that provides transparent persistence for PHP objects. It sits on top of a powerful database abstraction layer (DBAL). One of its key features is the option to write database queries in a proprietary object oriented SQL dialect called Doctrine Query Language (DQL), inspired by Hibernate's HQL. This provides developers with a powerful alternative to SQL that maintains flexibility without requiring unnecessary code duplication.

More resources: