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
This package is not auto-updated.
Last update: 2026-06-10 14:04:05 UTC
README
| 3.0.x | 2.16.x | 2.15.x |
|---|---|---|
πΊπ¦ 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.