l-vitaly / doctrine-orm
Object-Relational-Mapper for PHP
v2.5.4
2016-01-05 21:34 UTC
Requires
- php: >=5.4
- ext-pdo: *
- doctrine/cache: ~1.4
- doctrine/collections: ~1.2
- doctrine/common: >=2.5-dev,<2.7-dev
- doctrine/dbal: >=2.5-dev,<2.6-dev
- doctrine/instantiator: ~1.0.1
- symfony/console: ~2.5|~3.0
Requires (Dev)
- phpunit/phpunit: ~4.0
- symfony/yaml: ~2.3|~3.0
Suggests
- symfony/yaml: If you want to use YAML Metadata Mapping Driver
This package is not auto-updated.
Last update: 2026-06-21 04:09:39 UTC
README
| Master | 2.5 |
|---|---|
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.