vend / pheat-bundle
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
Requires
- php: >=5.5.0
- psr/log: ~1.0.0
- vend/pheat: >=0.0.1
Requires (Dev)
- doctrine/doctrine-bundle: *
- monolog/monolog: ~1.11
- phpunit/phpunit: ~4.3
- symfony/symfony: ~2.5
This package is not auto-updated.
Last update: 2022-02-05 03:43:54 UTC
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-bundle
new Vend\PheatBundle\VendPheatBundle()
in yourKernel
'sregisterBundles()
- Configure the
pheat
key in your config
Credits
- Icon made by Picol from flaticon.com is licensed under CC BY 3.0