modera/expander-bundle
Provides an easy way how to leverage native DIC tags based mechanism for creating extension-points.
Maintainers
Package info
github.com/modera/ModeraExpanderBundle
Type:symfony-bundle
pkg:composer/modera/expander-bundle
Requires
- php: >=7.4
- symfony/framework-bundle: ^5.4|^6.0
Requires (Dev)
- phake/phake: ^4.0
- phpunit/phpunit: ^6.5
- symfony/console: ^5.4|^6.0
Suggests
None
Provides
None
Conflicts
None
Replaces
None
MIT 05a32e8ee15a6056007e6a2048207a6b06c0f3ac
- Sergei Lissovski <sergei.lissovski.woop@modera.org>
- Sergei Vizel <sergei.vizel.woop@modera.org>
This package is auto-updated.
Last update: 2026-06-11 17:06:17 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
Step 1: Download the Bundle
composer require modera/expander-bundle:5.x-dev
This command requires you to have Composer installed globally, as explained in the installation chapter of the Composer documentation.
Step 2: Enable the Bundle
This bundle should be automatically enabled by Flex.
In case you don't use Flex, you'll need to manually enable the bundle by
adding the following line in the config/bundles.php file of your project:
<?php // config/bundles.php return [ // ... Modera\ExpanderBundle\ModeraExpanderBundle::class => ['all' => true], ];
Licensing
This bundle is under the MIT license. See the complete license in the bundle: Resources/meta/LICENSE
