PHP object relational mapper (ORM) that 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). This provides developers with a powerful alternative to SQL that maintains flexibility without requiring unnecessary code duplication.
composer require "doctrine/orm:dev-old-prototype-3.x"
| 包名 | 版本要求 |
|---|---|
| doctrine/annotations | ~1.7 |
| doctrine/cache | ~1.6 |
| doctrine/collections | ^1.4 |
| doctrine/dbal | dev-missed-commits |
| doctrine/event-manager | ^1.0 |
| doctrine/inflector | ~1.0 |
| doctrine/instantiator | ~1.1 |
| doctrine/persistence | ^1.1 |
| doctrine/reflection | ^1.0 |
| ext-ctype | * |
| ocramius/package-versions | ^1.1.2 |
| ocramius/proxy-manager | ^2.1.1 |
| php | ^7.3 |
| symfony/console | ~4.0|~5.0 |
| symfony/var-dumper | ^4.1 |
| 包名 | 版本要求 |
|---|---|
| doctrine/coding-standard | ^6.0 |
| phpstan/phpstan | ^0.11 |
| phpunit/phpunit | ^7.0 |
| 许可证 | MIT |
|---|---|
| 发布时间 | 2021-02-23 08:17:20 |
| 类型 | library |