atheon / orm
Object-Relational-Mapper for PHP
2.13.3
2022-10-07 06:37 UTC
Requires
- php: ^7.1 || ^8.0
- composer-runtime-api: ^2
- ext-ctype: *
- doctrine/cache: ^1.12.1 || ^2.1.1
- doctrine/collections: ^1.5
- doctrine/common: ^3.0.3
- doctrine/dbal: ^2.13.1 || ^3.2
- doctrine/deprecations: ^0.5.3 || ^1
- doctrine/event-manager: ^1.1
- doctrine/inflector: ^1.4 || ^2.0
- doctrine/instantiator: ^1.3
- doctrine/lexer: ^1.2.3
- doctrine/persistence: ^2.4 || ^3
- psr/cache: ^1 || ^2 || ^3
- symfony/console: ^3.0 || ^4.0 || ^5.0 || ^6.0
- symfony/polyfill-php72: ^1.23
- symfony/polyfill-php80: ^1.16
Requires (Dev)
- doctrine/annotations: ^1.13
- doctrine/coding-standard: ^9.0.2 || ^10.0
- phpbench/phpbench: ^0.16.10 || ^1.0
- phpstan/phpstan: ~1.4.10 || 1.8.5
- phpunit/phpunit: ^7.5 || ^8.5 || ^9.5
- psr/log: ^1 || ^2 || ^3
- squizlabs/php_codesniffer: 3.7.1
- symfony/cache: ^4.4 || ^5.4 || ^6.0
- symfony/yaml: ^3.4 || ^4.0 || ^5.0 || ^6.0
- vimeo/psalm: 4.27.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
- symfony/yaml: If you want to use YAML Metadata Mapping Driver
Conflicts
- doctrine/annotations: <1.13 || >= 2.0
This package is not auto-updated.
Last update: 2026-06-18 07:12:37 UTC
README
| 3.0.x | 2.14.x | 2.13.x |
|---|---|---|
πΊπ¦ UKRAINE NEEDS YOUR HELP NOW!
Doctrine ORM is an object-relational mapper for PHP 7.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.