sergeil / expander-bundle
Provides an easy way how to leverage native DIC tags based mechanism for creating extension-points.
Installs: 46 382
Dependents: 18
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 1
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=5.6
- symfony/framework-bundle: ^2.8|^3.4|^4.0|^5.0
Requires (Dev)
- doctrine/common: ^2.4
- phake/phake: ^2.0
- phpunit/phpunit: ^5.5
- symfony/console: ^2.8|^3.4|^4.0
This package is auto-updated.
Last update: 2024-11-09 13:53:53 UTC
README
The bundle adds a bunch of classes and might prove useful when you need to build easily extensible architecture, it defines some sort of extension-points architecture that leverages CompilerPass approach provided by Symfony.
Installation
Add this dependency to your composer.json:
"sergeil/expander-bundle": "~1.0"
Update your AppKernel class and add SliExpanderBundle declaration there:
new Sli\ExpanderBundle\SliExpanderBundle(),
Documentation
It is on its way already, rly
Licensing
This bundle is under the MIT license. See the complete license in the bundle: Resources/meta/LICENSE