zendframework/zend-di

Name: zend-di

Owner: Zend Framework

Description: Di component from Zend Framework

Created: 2015-05-08 13:27:55.0

Updated: 2018-05-15 09:54:38.0

Pushed: 2018-05-22 16:45:51.0

Homepage: https://zendframework.github.io/zend-di/

Size: 3772

Language: PHP

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

zend-di

Build Status Coverage Status

zend-di provides autowiring to implement Inversion of Control (IoC) containers. 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.

zend-di is designed to be simple, fast and reusable. It provides the following features:

It does not provide:

If you need these features combine it with another IoC container such as zend-servicemanager.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.