doctrine / orm
Object-Relational-Mapper for PHP
3.6.7
2026-05-25 16:45 UTC
Requires
- php: ^8.1
- composer-runtime-api: ^2
- ext-ctype: *
- doctrine/collections: ^2.2
- doctrine/dbal: ^3.8.2 || ^4
- doctrine/deprecations: ^0.5.3 || ^1
- doctrine/event-manager: ^1.2 || ^2
- doctrine/inflector: ^1.4 || ^2.0
- doctrine/instantiator: ^1.3 || ^2
- doctrine/lexer: ^3
- doctrine/persistence: ^3.3.1 || ^4
- psr/cache: ^1 || ^2 || ^3
- symfony/console: ^5.4 || ^6.0 || ^7.0 || ^8.0
- symfony/var-exporter: ^6.3.9 || ^7.0 || ^8.0
Requires (Dev)
- doctrine/coding-standard: ^14.0
- phpbench/phpbench: ^1.0
- phpstan/extension-installer: ^1.4
- phpstan/phpstan: 2.1.23
- phpstan/phpstan-deprecation-rules: ^2
- phpunit/phpunit: ^10.5.0 || ^11.5
- psr/log: ^1 || ^2 || ^3
- symfony/cache: ^5.4 || ^6.2 || ^7.0 || ^8.0
Suggests
- ext-dom: Provides support for XSD validation for XML mapping files
- symfony/cache: Provides cache support for Setup Tool with doctrine/cache 2.0
This package is auto-updated.
Last update: 2026-06-14 06:57:49 UTC
README
| 4.0.x | 3.7.x | 3.6.x | 2.21.x | 2.20.x |
|---|---|---|---|---|
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.