4slv / doctrine2
Object-Relational-Mapper for PHP
v2.5.14
2017-12-13 10:40 UTC
Requires
- php: >=5.4
- ext-pdo: *
- doctrine/cache: ~1.4
- doctrine/collections: ~1.2
- doctrine/common: >=2.5-dev,<2.9-dev
- doctrine/dbal: >=2.5-dev,<2.7-dev
- doctrine/instantiator: ^1.0.1
- symfony/console: ~2.5|~3.0|~4.0
Requires (Dev)
- phpunit/phpunit: ~4.0
- symfony/yaml: ~2.3|~3.0|~4.0
Suggests
- symfony/yaml: If you want to use YAML Metadata Mapping Driver
This package is not auto-updated.
Last update: 2026-06-10 12:51:21 UTC
README
| Master | 2.4 | 2.3 | 2.2 | 2.1 |
|---|---|---|---|---|
Doctrine 2 is an object-relational mapper (ORM) for PHP 5.4+ 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.