An open API service indexing awesome lists of open source software.

https://github.com/kelunik/feature

kelunik/feature is a feature flagging library for use with the amp concurrency framework.
https://github.com/kelunik/feature

Last synced: 2 months ago
JSON representation

kelunik/feature is a feature flagging library for use with the amp concurrency framework.

Awesome Lists containing this project

README

        

# feature

[![Build Status](https://img.shields.io/travis/kelunik/feature/master.svg?style=flat-square)](https://travis-ci.org/kelunik/feature)
[![CoverageStatus](https://img.shields.io/coveralls/kelunik/feature/master.svg?style=flat-square)](https://coveralls.io/github/kelunik/feature?branch=master)
![License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)

`kelunik/feature` is a feature flagging library for use with the [`amp`](https://github.com/amphp/amp) concurrency framework.

**Required PHP Version**

- PHP 5.6+

**Installation**

```bash
$ composer require kelunik/feature
```