Download the PHP package lwiesel/feature-checker-bundle without Composer
On this page you can find all versions of the php package lwiesel/feature-checker-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download lwiesel/feature-checker-bundle
More information about lwiesel/feature-checker-bundle
Files in lwiesel/feature-checker-bundle
Package feature-checker-bundle
Short Description Enable and disable functional features in Symfony2 applications.
License MIT
Homepage https://github.com/lwiesel/FeatureCheckerBundle
Informations about the package feature-checker-bundle
FeatureCheckerBundle
Define features, and check if they are activated or not in your Symfony2 application.
Usage
Define a feature configuration in your config.yml
.
Then use the features names in controller annotations. Only the allowed features will execute the action.
Sub-features can be checked with this notation:
You can also test whole feature sets. A feature set is considered enabled when all sub-features -at any sub-level- is enabled.
Installation
Please see Full documentation for details.
Testing
Contributing
Please see CONTRIBUTING for details.
Changelog
Please see CHANGELOG for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Laurent Wiesel
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of feature-checker-bundle with dependencies
lwiesel/feature-checker Version ~1.1
symfony/framework-bundle Version ~2.3
symfony/twig-bundle Version ~2.3
doctrine/common Version ~2.4