longyi c9405dd336 vendor há 5 anos atrás
..
doc c9405dd336 vendor há 5 anos atrás
src c9405dd336 vendor há 5 anos atrás
CHANGELOG.md c9405dd336 vendor há 5 anos atrás
CONDUCT.md c9405dd336 vendor há 5 anos atrás
CONTRIBUTING.md c9405dd336 vendor há 5 anos atrás
LICENSE.md c9405dd336 vendor há 5 anos atrás
README.md c9405dd336 vendor há 5 anos atrás
composer.json c9405dd336 vendor há 5 anos atrás
mkdocs.yml c9405dd336 vendor há 5 anos atrás

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.