chubbyphp / chubbyphp-doctrine-db-service-provider
Chubbyphp database service provider
Installs: 26 299
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 2
Open Issues: 0
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
Description
Doctrine database service providers for doctrine dbal and orm.
Requirements
- 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
Suggest
- doctrine/orm: ^2.9.1
Installation
Through Composer as chubbyphp/chubbyphp-doctrine-db-service-provider.
composer require chubbyphp/chubbyphp-doctrine-db-service-provider "^2.1"
Usage
ServiceFactory (chubbyphp/chubbyphp-container)
ServiceProvider (pimple/pimple)
Copyright
Dominik Zogg 2021
There is some code with @see, copied with small modifications by from thirdparties.