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.
- Host: GitHub
- URL: https://github.com/kelunik/feature
- Owner: kelunik
- License: mit
- Created: 2015-09-14T23:56:30.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-15T09:36:31.000Z (almost 10 years ago)
- Last Synced: 2025-02-12T06:54:24.751Z (4 months ago)
- Language: PHP
- Homepage:
- Size: 141 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# feature
[](https://travis-ci.org/kelunik/feature)
[](https://coveralls.io/github/kelunik/feature?branch=master)
`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
```