phphacks / zend-mvc-di
Dependency Injection Manager for Zend Framework MVC
Installs: 8 667
Dependents: 4
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 0
Open Issues: 0
Requires
Requires (Dev)
- phpunit/phpunit: ^7.2
This package is not auto-updated.
Last update: 2024-11-02 21:33:52 UTC
README
composer require phphacks/zend-mvc-di
Dependency injection made easy for Zend Framework 3. No configuration needed, all you need to do is to use our InjectableFactory as a controller factory in Zend Framework, like in the example below.