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
- dev-master / 3.0.x-dev
- 2.7.x-dev
- 2.6.x-dev
- v2.6.3-p3
- v2.6.3-p2
- v2.6.3-p1
- v2.6.3
- v2.6.2
- v2.6.1
- v2.6.0
- 2.5.x-dev
- v2.5.14
- v2.5.13
- v2.5.12
- v2.5.11
- v2.5.10
- v2.5.9
- v2.5.8
- v2.5.7
- v2.5.6
- v2.5.5
- 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-sync-master
- dev-task/update-phpunit-8
- dev-clean-metadata
- dev-cmf-refactoring
- dev-DDC-2363_cascade-removal-triggering-one-to-one-fetch-join-during-flush
- dev-feature/#6722-initialize-proxies-with-their-collection-properties
- dev-feature/+6722-initialize-proxies-with-their-collection-properties
- dev-fix/#6638-#6648-one-to-one-association-being-unwillingly-refreshed
- dev-fix/+6638-+6648-one-to-one-association-being-unwillingly-refreshed
- dev-fix/#5923-disambiguate-identifier-hashing
- dev-fix/+5923-disambiguate-identifier-hashing
- dev-bug/#6189-paginator-result-mappings-replaced
- dev-bug/+6189-paginator-result-mappings-replaced
- dev-develop-pre-2016-07-08
- dev-hotfix/#1342-paginator-functional-test-integration-take2
- dev-hotfix/+1342-paginator-functional-test-integration-take2
- dev-custom-collections
- dev-config-filter-params
This package is auto-updated.
Last update: 2024-10-29 05:23:06 UTC
README
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.