longyi c9405dd336 vendor il y a 5 ans
..
doc c9405dd336 vendor il y a 5 ans
src c9405dd336 vendor il y a 5 ans
CHANGELOG.md c9405dd336 vendor il y a 5 ans
CONDUCT.md c9405dd336 vendor il y a 5 ans
CONTRIBUTING.md c9405dd336 vendor il y a 5 ans
LICENSE.md c9405dd336 vendor il y a 5 ans
README.md c9405dd336 vendor il y a 5 ans
composer.json c9405dd336 vendor il y a 5 ans
mkdocs.yml c9405dd336 vendor il y a 5 ans

README.md

zend-di

Build Status Coverage Status

Zend\Di is an example of an Inversion of Control (IoC) container. IoC containers are widely used to create object instances that have all dependencies resolved and injected. Dependency Injection containers are one form of IoC – but not the only form.