zendframework/zend-servicemanager
Abandoned Zend Framework ServiceManager (moved to laminas/laminas-servicemanager). Implements the Service Locator pattern to create and retrieve services/objects via factories and configuration. Includes docs, tests, and PHPBench benchmarks.
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.
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
How can I help you explore Laravel packages today?