EDICT (Easy DI ConTainer) is a slim, PSR 11, framework-agnostic dependency injection container.
Cool features:
- Autowiring support (can be toggled off)
- PHP attributes support
- 100% tested and documented
- Uses an up-to-date PHP version
| Info | Value |
|---|---|
| Latest release | |
| Requires | |
| License | |
| Unit tests | |
| Code coverage | |
| Code quality | |
| Quality tested with | phpunit, phan, psalm, phpcs, phpstan, phpmd, infection |
composer require ingenioz-it/edictTo learn more about how to use Edict, please refer to the wiki.
You can list the available features by running
composer testdoxThe corresponding code samples are located in the unit tests file.