kitlabs / orm
Object-Relational-Mapper for PHP
3.0.0-beta2
2023-11-15 23:11 UTC
Requires
- php: ^8.1
- composer-runtime-api: ^2
- ext-ctype: *
- doctrine/collections: ^2.1
- doctrine/dbal: ^3.6 || ^4
- doctrine/deprecations: ^0.5.3 || ^1
- doctrine/event-manager: ^1.2 || ^2
- doctrine/inflector: ^1.4 || ^2.0
- doctrine/instantiator: ^1.3 || ^2
- doctrine/lexer: ^3
- doctrine/persistence: ^3.1.1
- psr/cache: ^1 || ^2 || ^3
- symfony/console: ^5.4 || ^6.0 || ^7.0
- symfony/var-exporter: ~6.2.13 || ^6.3.2 || ^7.0
Requires (Dev)
- doctrine/coding-standard: ^12.0
- phpbench/phpbench: ^1.0
- phpstan/phpstan: 1.10.35
- phpunit/phpunit: ^10.4.0
- psr/log: ^1 || ^2 || ^3
- squizlabs/php_codesniffer: 3.7.2
- symfony/cache: ^5.4 || ^6.2
- vimeo/psalm: 5.15.0
Suggests
- ext-dom: Provides support for XSD validation for XML mapping files
- symfony/cache: Provides cache support for Setup Tool with doctrine/cache 2.0
- 3.0.x-dev
- 3.0.0-beta2
- 3.0.0-beta1
- 2.18.x-dev
- 2.17.x-dev
- 2.17.3
- 2.17.2
- 2.17.1
- 2.17.0
- 2.16.x-dev
- 2.16.3
- 2.16.2
- 2.16.1
- 2.16.0
- 2.15.x-dev
- 2.15.5
- 2.15.4
- 2.15.3
- 2.15.2
- 2.15.1
- 2.15.0
- 2.14.x-dev
- 2.14.3
- 2.14.2
- 2.14.1
- 2.14.0
- 2.13.x-dev
- 2.13.5
- 2.13.4
- 2.13.3
- 2.13.2
- 2.13.1
- 2.13.0
- 2.12.x-dev
- 2.12.4
- 2.12.3
- 2.12.2
- 2.12.1
- 2.12.0
- 2.11.x-dev
- 2.11.3
- 2.11.2
- 2.11.1
- 2.11.0
- 2.10.x-dev
- 2.10.5
- 2.10.4
- 2.10.3
- 2.10.2
- 2.10.1
- 2.10.0
- 2.9.x-dev
- 2.9.6
- 2.9.5
- 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.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-2.15.x-merge-up-into-2.16.x_FXF4aZ9Q
- dev-test-proxy-id-no-int-cast
- dev-CustomPersistenceCacheDriver
- 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-fix/+6638-+6648-one-to-one-association-being-unwillingly-refreshed
- 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 not auto-updated.
Last update: 2024-11-13 05:56:52 UTC
README
πΊπ¦ UKRAINE NEEDS YOUR HELP NOW!
Doctrine ORM is an object-relational mapper 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.