zendframework/zend-di
zendframework/zend-di is a PHP dependency injection container for Zend Framework apps. It supports autowiring, configurable definitions, and factories to build and wire objects at runtime, helping manage dependencies and improve testability.
Repository abandoned 2019-12-31
This repository has moved to laminas/laminas-di.
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.
How can I help you explore Laravel packages today?