Details
PHP Feature Switcher (WIP)
A PHP feature switcher / feature toggle library with a fluent, easy to use, API.
$switch = new FeatureSwitch(new ArrayStorage());
$switch->activate(
(new Feature())
->name('Chat')
->percentage(50)
);
License
The PHP Feature Switcher is free software licensed under the MIT license.
|
Applications that use this package |
|
No pages of applications that use this class were specified.
If you know an application of this package, send a message to the author to add a link here.
|
Files |
|
File |
Role |
Description |
Mpociot (1 directory) |