chubbyphp / chubbyphp-laminas-config-doctrine
Installs: 8 086
Dependents: 1
Suggesters: 0
Security: 0
Stars: 8
Watchers: 3
Forks: 1
Open Issues: 0
Requires
- php: ^8.2
- 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.18|^7.2.3
- symfony/console: ^5.4.47|^6.4.17|^7.2.1
Requires (Dev)
- chubbyphp/chubbyphp-dev-helper: dev-master
- chubbyphp/chubbyphp-laminas-config: ^1.4
- chubbyphp/chubbyphp-mock: ^1.8
- doctrine/dbal: ^4.2.2
- doctrine/mongodb-odm: ^2.10.1
- doctrine/orm: ^3.3.2
- infection/infection: ^0.29.10
- mongodb/mongodb: ^1.20
- php-coveralls/php-coveralls: ^2.7
- phpstan/extension-installer: ^1.4.3
- phpstan/phpstan: ^2.1.3
- phpunit/phpunit: ^11.5.7
- ramsey/uuid: ^4.7.6
Conflicts
- doctrine/dbal: <4.2.2 || >=5.0
- doctrine/mongodb-odm: <2.10.1 || >=3.0
- doctrine/orm: <3.3.2 || >=4.0
- mongodb/mongodb: <1.20|| >=2.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.2
- 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.18|^7.2.3
- symfony/console: ^5.4.47|^6.4.17|^7.2.1
Suggested
- doctrine/dbal: ^4.2.2
- doctrine/mongodb-odm: ^2.10.1
- doctrine/orm: ^3.3.2
- mongodb/mongodb: ^1.20
Installation
Through Composer as chubbyphp/chubbyphp-laminas-config-doctrine.
composer require chubbyphp/chubbyphp-laminas-config-doctrine "^3.0"
Usage
MongodbODM
ORM
Copyright
2025 Dominik Zogg