Download the PHP package qandidate/toggle without Composer
On this page you can find all versions of the php package qandidate/toggle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package toggle
Toggle
Feature toggling for PHP.
About
Read our blog post series about this repository at:
- http://labs.qandidate.com/blog/2014/08/18/a-new-feature-toggling-library-for-php/
- http://labs.qandidate.com/blog/2014/08/19/open-sourcing-our-feature-toggle-api-and-ui/
Installation
Add the library to your project:
How to use
In the examples folder you'll see the basic usage of the Toggle library.
Basically you create a collection with features, optionally with conditions. Based on a given Context, the manager will tell you if a feature is active or not.
Tests
To run all the tests you'll need to have redis installed (redis tests wil be skipped when not available).
Running the tests:
License
MIT, see LICENSE.
All versions of toggle with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.2
The package qandidate/toggle contains the following files
Loading the files please wait ....