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.
zend-di supports and implements PSR-11 ContainerInterface starting in version 3. It supports any implementation to obtain instances for resolved dependencies.
zend-di ships with a very basic implementation of the container interface which only uses the injector to creates instances and always shares services it creates. We suggest you replace it with another implementation such as zend-servicemanager for more flexibility.
How can I help you explore Laravel packages today?