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
- dev-master / 2.6.x-dev
- 2.5.x-dev
- v2.5.4
- v2.5.3
- v2.5.2
- v2.5.1
- v2.5.0
- v2.5.0-RC2
- v2.5.0-RC1
- v2.5.0-beta1
- v2.5.0-alpha2
- v2.5.0-alpha1
- 2.4.x-dev
- v2.4.8
- v2.4.7
- v2.4.6
- v2.4.5
- v2.4.4
- v2.4.3
- v2.4.2
- v2.4.1
- v2.4.0
- 2.4.0-RC2
- 2.4.0-RC1
- 2.4.0-BETA2
- 2.4.0-BETA1
- 2.3.x-dev
- v2.3.6
- 2.3.5
- 2.3.4
- 2.3.3
- 2.3.2
- 2.3.1
- 2.3.0
- 2.3.0-RC4
- 2.3.0-RC3
- 2.3.0-RC2
- 2.3.0-RC1
- 2.3.0-BETA1
- 2.2.x-dev
- 2.2.3
- 2.2.2
- 2.2.1
- 2.2.0
- 2.2.0-RC1
- 2.2.0-BETA2
- 2.2.0-BETA1
- 2.1.x-dev
- 2.1.7
- 2.1.6
- 2.1.5
- 2.1.4
- 2.1.3
- 2.0.x-dev
- dev-develop
- dev-fix/#5923-disambiguate-identifier-hashing
- dev-fix/+5923-disambiguate-identifier-hashing
- dev-develop-pre-2016-07-08
- dev-prototype/merge-detach-removal
- dev-mapping-as-objects
- dev-hotfix/#1342-paginator-functional-test-integration-take2
- dev-hotfix/+1342-paginator-functional-test-integration-take2
- dev-custom-collections
- dev-persister-factory
- dev-config-filter-params
- dev-hotfix/DDC-3022-wrong-arbitrary-join-sql
- dev-fix-ddc2862-test
- dev-DDC-1888
- dev-DDC-1889
- dev-DDC-1509
- dev-DDC-1383
This package is not auto-updated.
Last update: 2024-11-09 19:51:13 UTC
README
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.