Phlip is an implentation of Feature Toggle pattern in PHP. Feature toggles are common in agile development and especially continuous deployment environments. phlip makes managing and using feature toggles in your PHP project simple, allowing you to push your code and roll out your new features confidently in a continuous delivery environment.
Via Composer
{
"require": {
"jcarouth/phlip": "~1.0"
}
}
TODO
$ phpunit
Please see CONTRIBUTING for details.
- Fork the repository
- Create a feature branch for your addition or fix
- Submit pull request from your feature branch to
master
Each feature or fix must be in its own branch and must include relevant unit tests to be considered
The MIT License (MIT). Please see License File for more information.