Skip to content

Latest commit

 

History

History
55 lines (32 loc) · 1.29 KB

README.md

File metadata and controls

55 lines (32 loc) · 1.29 KB

Phlip

Build Status

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.

Install

Via Composer

{
    "require": {
        "jcarouth/phlip": "~1.0"
    }
}

Usage

TODO

Testing

$ phpunit

Contributing

Please see CONTRIBUTING for details.

Steps

  1. Fork the repository
  2. Create a feature branch for your addition or fix
  3. 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

Credits

License

The MIT License (MIT). Please see License File for more information.