modera/expander-bundle
最新稳定版本:v5.0.0
Composer 安装命令:
composer require modera/expander-bundle
包简介
Provides an easy way how to leverage native DIC tags based mechanism for creating extension-points.
关键字:
README 文档
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
统计信息
- 总下载量: 112
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 3
- 依赖项目数: 14
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-04-11