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

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.