da-wen / feature-toggle
Component for feature toggling
1.0.0
2017-07-02 13:07 UTC
Requires
- php: >=5.5.0
Requires (Dev)
- doctrine/annotations: ~1.4
- phpunit/phpunit: ~5.7
This package is not auto-updated.
Last update: 2024-11-01 21:00:33 UTC
README
This component is design to create a service that allowes you, to check if a feature is enabled or not. Currently there is only a config handler, for holding features, but this component is designed to be flexible.
How to use
Please take a look into functional tests. There is an example how to create an instance.