ahdcreative / acore
A lightweight core application framework.
dev-master
2020-01-07 14:55 UTC
Requires
- php: >=7.2
- ext-fileinfo: *
- ext-json: *
- ext-pdo: *
- ext-xml: *
- cache/array-adapter: ^1.0
- cache/prefixed-cache: ^1.0
- cache/psr-6-doctrine-bridge: ^3.0
- cache/redis-adapter: ^1.0
- composer/ca-bundle: ^1.2
- doctrine/data-fixtures: ^1.3
- doctrine/dbal: ^2.8
- doctrine/migrations: ^2
- doctrine/orm: ~2.6
- guzzlehttp/guzzle: >6.0
- http-interop/http-factory-guzzle: ^1.0
- league/plates: ^3.1
- mnapoli/silly-php-di: ^1.2
- monolog/monolog: ^2
- php-di/php-di: ^6.0
- php-di/slim-bridge: ^3.0
- slim/http: ^0.8
- slim/slim: ^4.2
- symfony/console: *
- symfony/event-dispatcher: *
- symfony/serializer: *
- symfony/validator: *
- zendframework/zend-expressive-session: ^1.2
- zendframework/zend-expressive-session-cache: ^1.3
Requires (Dev)
- codeception/codeception: ^2.2
- mockery/mockery: ^1.0
- overtrue/phplint: ^1.1
- phpstan/phpstan: ^0.11.1
- phpstan/phpstan-strict-rules: ^0.11.0
- roave/security-advisories: dev-master
This package is auto-updated.
Last update: 2024-12-15 22:24:26 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.