承接 vend/pheat-bundle 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

Build Status Latest Stable Version Latest Unstable Version License

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-bundle
  • new Vend\PheatBundle\VendPheatBundle() in your Kernel's registerBundles()
  • Configure the pheat key in your config

Credits

统计信息

  • 总下载量: 19.21k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 3
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 3
  • Watchers: 96
  • Forks: 2
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-02-22