iquety / injection
library for implementing Dependency Injection and Inversion of Control
v1.4.0
2024-06-03 20:57 UTC
Requires
- php: ^8.3.0
- psr/container: ^2.0
Requires (Dev)
- codacy/coverage: dev-master
- iquety/docmap: ^1.0
- phpmd/phpmd: @stable
- phpstan/phpstan: ^1.8
- phpunit/phpunit: ^9
- squizlabs/php_codesniffer: 3.*
README
Synopsis
Iquety Injection is a library to implement the "Dependency Injection" and "Inversion of control" patterns.
composer require iquety/injection
For detailed information, see Documentation Summary.
Characteristics
- Made for PHP 8.3 or higher;
- Codified with best practices and maximum quality;
- Well documented and IDE friendly;
- Made with TDD (Test Driven Development);
- Implemented with unit tests using PHPUnit;
- Made with ❤️ & ☕.