longyi c9405dd336 vendor 5 vuotta sitten
..
doc c9405dd336 vendor 5 vuotta sitten
src c9405dd336 vendor 5 vuotta sitten
CHANGELOG.md c9405dd336 vendor 5 vuotta sitten
CONDUCT.md c9405dd336 vendor 5 vuotta sitten
CONTRIBUTING.md c9405dd336 vendor 5 vuotta sitten
LICENSE.md c9405dd336 vendor 5 vuotta sitten
README.md c9405dd336 vendor 5 vuotta sitten
composer.json c9405dd336 vendor 5 vuotta sitten
mkdocs.yml c9405dd336 vendor 5 vuotta sitten

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.