chubbyphp / chubbyphp-laminas-config-doctrine
Installs: 10 814
Dependents: 1
Suggesters: 0
Security: 0
Stars: 8
Watchers: 2
Forks: 1
Open Issues: 0
pkg:composer/chubbyphp/chubbyphp-laminas-config-doctrine
Requires
- php: ^8.3
- chubbyphp/chubbyphp-laminas-config-factory: ^1.4
- doctrine/common: ^3.5
- doctrine/event-manager: ^2.0.1
- psr/container: ^1.1.2|^2.0.2
- symfony/cache: ^5.4.46|^6.4.28|^7.4
- symfony/console: ^5.4.47|^6.4.27|^7.4
- symfony/var-exporter: ^5.4.45|^6.4.26|^7.4
Requires (Dev)
- chubbyphp/chubbyphp-dev-helper: dev-master
- chubbyphp/chubbyphp-laminas-config: ^1.4
- chubbyphp/chubbyphp-mock: ^2.0.1
- dg/bypass-finals: ^1.9
- doctrine/dbal: ^4.4.1
- doctrine/mongodb-odm: ^2.15.1
- doctrine/orm: ^3.5.8
- infection/infection: ^0.31.9
- mongodb/mongodb: ^1.21.3|^2.1.2
- php-coveralls/php-coveralls: ^2.9
- phpstan/extension-installer: ^1.4.3
- phpstan/phpstan: ^2.1.32
- phpunit/phpunit: ^12.4.5
- ramsey/uuid: ^4.9.1
Conflicts
- doctrine/dbal: <4.4.1 || >=5.0
- doctrine/mongodb-odm: <2.15.1 || >=3.0
- doctrine/orm: <3.5.8 || >=4.0
- mongodb/mongodb: <1.21.3 || >=2.0 <2.1.2 || >=3.0
README
Description
Doctrine service factories for the laminas/laminas-servicemanager and any other dependency injection container who's been able to handle it's config, like chubbyphp/chubbyphp-container via chubbyphp/chubbyphp-laminas-config and many (Aura.Di, Pimple, Auryn, Symfony, PHP-DI) more.
The original concept of this service factories is by @DASPRiD used in dasprid/container-interop-doctrine which was handed over to roave/psr-container-doctrine.
Small adjustments like using class names instead doctrine.something... strings as service names
and the possiblity to install only the needed vendors make the difference to the original project.
Requirements
- php: 8.3
- chubbyphp/chubbyphp-laminas-config-factory: ^1.4
- doctrine/common: ^3.5
- doctrine/event-manager: ^2.0.1
- psr/container: ^1.1.2|^2.0.2
- symfony/cache: ^5.4.46|^6.4.28|^7.4
- symfony/console: ^5.4.47|^6.4.27|^7.4
- symfony/var-exporter: ^5.4.45|^6.4.26|^7.4
Suggested
- doctrine/dbal: ^4.4.1
- doctrine/mongodb-odm: ^2.15.1
- doctrine/orm: ^3.5.8
- mongodb/mongodb: 1.21.3|^2.1.2
Installation
Through Composer as chubbyphp/chubbyphp-laminas-config-doctrine.
composer require chubbyphp/chubbyphp-laminas-config-doctrine "^3.1"
Usage
MongodbODM
ORM
Copyright
2025 Dominik Zogg