elhadraoui / doctrine-orm
Object-Relational-Mapper for PHP
v2.6.3-p3
2019-05-30 19:38 UTC
Requires
- php: ^7.1
- ext-pdo: *
- doctrine/annotations: ~1.5
- doctrine/cache: ~1.6
- doctrine/collections: ^1.4
- doctrine/common: ^2.7.1
- doctrine/dbal: ^2.6
- doctrine/instantiator: ~1.1
- symfony/console: ~3.0|~4.0
Requires (Dev)
- doctrine/coding-standard: ^5.0
- phpunit/phpunit: ^6.5
- symfony/yaml: ~3.4|~4.0
Suggests
- symfony/yaml: If you want to use YAML Metadata Mapping Driver
Replaces
- doctrine/orm: v2.6.3-p3
This package is auto-updated.
Last update: 2026-05-29 01:18:32 UTC
README
| Master | 2.5 |
|---|---|
Doctrine 2 is an object-relational mapper (ORM) 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.