chubbyphp / chubbyphp-doctrine-db-service-provider
2.1.4
2021-10-02 18:39 UTC
Requires
- php: ^7.4|^8.0
- ext-mbstring: *
- doctrine/cache: ^1.11.3
- doctrine/common: ^3.1.2
- doctrine/dbal: ^2.11.3
- doctrine/persistence: ^2.2.1
Requires (Dev)
- chubbyphp/chubbyphp-container: ^1.0|^2.0
- chubbyphp/chubbyphp-dev-helper: dev-master
- chubbyphp/chubbyphp-mock: ^1.6
- doctrine/orm: ^2.9.1
- infection/infection: ^0.25.2
- php-coveralls/php-coveralls: ^2.4.3
- phploc/phploc: ^7.0.2
- phpstan/extension-installer: ^1.1
- phpstan/phpstan: ^0.12.99
- phpunit/phpunit: ^9.5.10
- pimple/pimple: ^3.3
- psr/log: ^1.0
- symfony/yaml: ^3.4.45|^4.4.15|^5.0.11
Conflicts
- doctrine/orm: <2.7.3,>=3.0
README
描述
Doctrine dbal 和 orm 的数据库服务提供者。
要求
- php: ^7.4|^8.0
- doctrine/cache: ^1.11.3
- doctrine/common: ^3.1.2
- doctrine/dbal: ^2.11.3
- doctrine/persistence: ^2.2.1
建议
- doctrine/orm: ^2.9.1
安装
通过 Composer 以 chubbyphp/chubbyphp-doctrine-db-service-provider 的形式安装。
composer require chubbyphp/chubbyphp-doctrine-db-service-provider "^2.1"
使用方法
ServiceFactory (chubbyphp/chubbyphp-container)
ServiceProvider (pimple/pimple)
版权
Dominik Zogg 2021
部分代码包含 @see,经过微小修改后由第三方复制。