codelegance / doctrine-orm
Object-Relational-Mapper for PHP
2.9.4
2021-08-11 20:53 UTC
Requires
- php: ^7.1 ||^8.0
- ext-ctype: *
- ext-pdo: *
- composer/package-versions-deprecated: ^1.8
- doctrine/annotations: ^1.13
- doctrine/cache: ^1.12.1 || ^2.1.1
- doctrine/collections: ^1.5
- doctrine/common: ^3.0.3
- doctrine/dbal: ^2.13.0
- doctrine/deprecations: ^0.5.3
- doctrine/event-manager: ^1.1
- doctrine/inflector: ^1.4 || ^2.0
- doctrine/instantiator: ^1.3
- doctrine/lexer: ^1.0
- doctrine/persistence: ^2.2
- psr/cache: ^1 || ^2 || ^3
- symfony/console: ^3.0 || ^4.0 || ^5.0 || ^6.0
Requires (Dev)
- doctrine/coding-standard: ^9.0
- phpbench/phpbench: ^0.16.10 || ^1.0
- phpstan/phpstan: 0.12.94
- phpunit/phpunit: ^7.5 || ^8.5 || ^9.4
- squizlabs/php_codesniffer: 3.6.0
- symfony/cache: ^4.4 || ^5.2
- symfony/yaml: ^3.4 || ^4.0 || ^5.0 || ^6.0
- vimeo/psalm: 4.7.0
Suggests
- symfony/cache: Provides cache support for Setup Tool with doctrine/cache 2.0
- symfony/yaml: If you want to use YAML Metadata Mapping Driver
- 3.0.x-dev
- 2.10.x-dev
- 2.9.x-dev
- 2.9.4
- 2.9.3
- 2.9.2
- 2.9.1
- 2.9.0
- 2.8.x-dev
- 2.8.5
- 2.8.4
- 2.8.3
- 2.8.2
- 2.8.1
- 2.8.0
- 2.7.x-dev
- 2.7.5
- 2.7.4
- v2.7.3
- v2.7.2
- v2.7.1
- v2.7.0
- 2.6.x-dev
- v2.6.6
- v2.6.5
- v2.6.4
- v2.6.3
- v2.6.2
- v2.6.1
- v2.6.0
- 2.5.x-dev
- v2.5.99
- v2.5.15
- 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-old-prototype-3.x
- dev-new-embeddables
- 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-fix/#6638-#6648-one-to-one-association-being-unwillingly-refreshed
- dev-fix/#5923-disambiguate-identifier-hashing
- dev-bug/#6189-paginator-result-mappings-replaced
- dev-develop-pre-2016-07-08
- dev-hotfix/#1342-paginator-functional-test-integration-take2
- dev-custom-collections
- dev-config-filter-params
This package is auto-updated.
Last update: 2024-10-19 21:27:07 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.