laminas-servicemanager-di
laminas-di integration for laminas-servicemanager
Installation
Using Composer
$ composer require laminas/laminas-servicemanager-di
If you are using the laminas-component-installer, you're done!
If not, you will need to add the component as a module to your
application. Add the entry 'Laminas\ServiceManager\Di'
to
your list of modules in your application configuration (typically
one of config/application.config.php
or config/modules.config.php
).
Usage
The code in this package augments laminas-servicemanager, providing integration with laminas-di. Read the Services chapter for details.
Support
- Issues: github.com/laminas/laminas-servicemanager-di/issues
- Source: github.com/laminas/laminas-servicemanager-di/
- Chat: laminas.dev/chat
- Forum: discourse.laminas.dev
Found a mistake or want to contribute to the documentation? Edit this page on GitHub!