iquety / injection
library for implementing Dependency Injection and Inversion of Control
Installs: 291
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/iquety/injection
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
English | Português |
---|
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 ❤️ & ☕.