%PDF- %PDF-
Direktori : /var/www/projetos/suporte.iigd.com.br/vendor/laminas/laminas-servicemanager/ |
Current File : //var/www/projetos/suporte.iigd.com.br/vendor/laminas/laminas-servicemanager/README.md |
# laminas-servicemanager [](https://github.com/laminas/laminas-servicemanager/actions/workflows/continuous-integration.yml) [](https://shepherd.dev/github/laminas/laminas-servicemanager) The Service Locator design pattern is implemented by the `Laminas\ServiceManager` component. The Service Locator is a service/object locator, tasked with retrieving other objects. - File issues at https://github.com/laminas/laminas-servicemanager/issues - [Online documentation](https://docs.laminas.dev/laminas-servicemanager) - [Documentation source files](docs/book/) ## Benchmarks We provide scripts for benchmarking laminas-servicemanager using the [PHPBench](https://github.com/phpbench/phpbench) framework; these can be found in the `benchmarks/` directory. To execute the benchmarks you can run the following command: ```bash $ vendor/bin/phpbench run --report=aggregate ```