cekta / di
psr/container implementation for humans
Installs: 340
Dependents: 0
Suggesters: 0
Security: 0
Stars: 76
Watchers: 12
Forks: 7
Open Issues: 0
Requires
- php: >=8.0
- psr/container: >=2.0
Requires (Dev)
- infection/infection: @stable
- phpstan/phpstan: @stable
- phpunit/phpunit: @stable
- squizlabs/php_codesniffer: @stable
Provides
README
psr/container implementation for humans
Features
- Supports Autowiring with automatic constructor-based configuration and variadic arguments.
- Allows you to manually configure any dependency via closures.
- Easy to improve and extend.
- Contains everything you need.
- Supports opcache compilation (fast).
- High code quality (see the badges).
Install via composer
composer require cekta/di