modera / expander-bundle
Provides an easy way how to leverage native DIC tags based mechanism for creating extension-points.
Installs: 0
Dependents: 10
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:symfony-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
This package is auto-updated.
Last update: 2025-04-11 14:34:32 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