Skip to content

jcarouth/phlip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Phlip is a feature toggle library for PHP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published