Description
Master:
Develop:
The Service Locator design pattern is implemented by the Zend\ServiceManager
component. The Service Locator is a service/object locator, tasked with
retrieving other objects.
zend-servicemanager alternatives and similar libraries
Based on the "Dependency Injection" category.
Alternatively, view zend-servicemanager alternatives based on common mentions on social networks and blogs.
-
Symfony DI
Allows you to standardize and centralize the way objects are constructed in your application -
Nette DI
๐ Flexible, compiled and full-featured Dependency Injection Container with perfectly usable autowiring and support for all new PHP 8 features.
CodeRabbit: AI Code Reviews for Developers
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of zend-servicemanager or a related project?
README
zend-servicemanager
Repository abandoned 2019-12-31
This repository has moved to laminas/laminas-servicemanager.
The Service Locator design pattern is implemented by the Zend\ServiceManager
component. The Service Locator is a service/object locator, tasked with
retrieving other objects.
- File issues at https://github.com/zendframework/zend-servicemanager/issues
- Online documentation
- [Documentation source files](docs/book/)
Benchmarks
We provide scripts for benchmarking zend-servicemanager using the
PHPBench framework; these can be
found in the benchmarks/
directory.
To execute the benchmarks you can run the following command:
$ vendor/bin/phpbench run --report=aggregate