Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Latest commit

 

History

History
41 lines (25 loc) · 895 Bytes

README.md

File metadata and controls

41 lines (25 loc) · 895 Bytes

Toggle

Feature toggling for PHP.

Build Status

About

Read our blog post series about this repository at:

Installation

Install the dependencies with composer:

$ composer install

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 the tests you'll need to have redis installed.

Running the tests:

$ phpunit

License

MIT, see LICENSE.