Download the PHP package bestit/feature-toggle-bundle without Composer
On this page you can find all versions of the php package bestit/feature-toggle-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download bestit/feature-toggle-bundle
More information about bestit/feature-toggle-bundle
Files in bestit/feature-toggle-bundle
Package feature-toggle-bundle
Short Description Feature toggle bundle on steroids.
License MIT
Informations about the package feature-toggle-bundle
Flagception
Feature toggle bundle on steroids! Flagception is a simple and powerful feature toggle system for php. This bundle integrates the Flagception PHP Libary for symfony 2.7 to 5. (and php 5.6 to php7.).
Bundle Version (Tag) | Support Symfony | Branch |
---|---|---|
<=3 | 2.7 - 4.4 | 3.x |
>=4 | 4.4 - current | master |
Documentation
- Installation
- Upgrade from 2.x
- Upgrade from 3.x
- Usage
- Twig flags
- Route flags
- Annotation flags
- Constraints
- Environment variables
- Cookies
- Database
- Activators
- Profiler
Quick example
Set some feature in your config (or use your own activator for fetching features from wherever you want) ...
... and use it in controller, services or twig:
See usage documentation for detailed examples.
Profiler
This bundle ships a profiler tab, where you can see how often a feature was requested, which results it returns (active or inactive) and the given context.
Credits
Profiler icon from https://github.com/ionic-team/ionicons
All versions of feature-toggle-bundle with dependencies
symfony/dependency-injection Version ^4.4 | ^5.0 | ^6.0
symfony/yaml Version ^4.4 | ^5.0 | ^6.0
symfony/config Version ^4.4 | ^5.0 | ^6.0
symfony/http-kernel Version ^4.4 | ^5.0 | ^6.0
twig/twig Version ^1.18|^2.0|^3.0
doctrine/annotations Version ^1.7
flagception/flagception Version ^1.5