vend/pheat-bundle

This package is abandoned and no longer maintained. No replacement package was suggested.

Integrates a feature manager into Symfony2

Installs: 19 206

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 96

Forks: 2

Open Issues: 2

Type:symfony-bundle

v1.0.1 2016-10-03 22:35 UTC

This package is not auto-updated.

Last update: 2022-02-05 03:43:54 UTC


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