articus / plugin-manager
Library that provides unified interface for opinionated service building using different service containers
0.1.2
2023-12-19 17:34 UTC
Requires
- php: ^7.4|^8.0
- psr/container: ^1.0|^2.0
Requires (Dev)
- kahlan/kahlan: ^5.2
- laminas/laminas-servicemanager: ^3.17
- mockery/mockery: ^1.3
- symfony/polyfill-mbstring: ^1.27
This package is auto-updated.
Last update: 2024-10-20 14:02:30 UTC
README
This library provides unified interface for opinionated service building using different service containers.
It is meant to be a replacement for plugin manager functionality from laminas/laminas-servicemanager
if you have to use another service container.
Enjoy!
I really hope that this library will be useful for someone except me. It is used for production purposes but it lacks lots of refinement, especially in terms of tests and documentation.
If you have any suggestions, advices, questions or fixes feel free to submit issue or pull request.