vend/pheat-bundle
最新稳定版本:v1.0.1
Composer 安装命令:
composer require vend/pheat-bundle
包简介
Integrates a feature manager into Symfony2
README 文档
README
Symfony2 Integration for the Pheat feature manager
This bundle integrates Pheat, a feature manager, with Symfony2. It provides you with the ability to activate features based on dynamic configuration, and provide them to flexible subsets of your users and tenants.
Why a feature manager?
A typical feature rollout might involve:
- Deploying the feature completely deactivated for everybody
- Allowing some internal developers (with a role assigned) access to the feature
- Allowing some beta testers access to the feature
- Activating the feature for 1% of users, with feedback into your monitoring and analytics systems
- Activating the feature for 10%, 30% then 100% of customers
- Having the feature enabled long-term, but with the ability to turn it off at any time
The idea is to use commits and developer time for as little of this as possible, and to make the whole thing 'push-button' easy.
To that end, this bundle will provide a UI for feature management that can be integrated into your backend toolset, and several Symfony-native integration points for the feature manager itself.
Documentation
The bulk of the documentation is stored in the Resources/doc/index.md file in
this bundle:
Read the Documentation for master
But, the basics are:
composer require vend/pheat-bundlenew Vend\PheatBundle\VendPheatBundle()in yourKernel'sregisterBundles()- Configure the
pheatkey in your config
Credits
- Icon made by Picol from flaticon.com is licensed under CC BY 3.0
统计信息
- 总下载量: 19.21k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-02-22