2017 © Pedro Peláez
 

library frost

A feature toggle decision library for PHP.

image

seeruk/frost

A feature toggle decision library for PHP.

  • Friday, June 10, 2016
  • by Seer
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Frost

A feature toggle decision library for PHP., (*1)

Frost initially set out with the aim to help alleviate some of the issues caused by having multiple, potentially long-running streams of work. It can also be used to provide multivariate branching features (e.g. A/B(/C/D...) testing)., (*2)

The main goal of this library was to make controlling feature toggling decisions structured, and make it easy to invert the control of decision making so that code doesn't know about the feature toggling process, just the end result. Parts of the library are easily extendable so that you have complete control of your feature toggling needs., (*3)

See the examples folder for different ways you can use the library., (*4)

License

MIT, (*5)

The Versions

10/06 2016

dev-master

9999999-dev

A feature toggle decision library for PHP.

  Sources   Download

MIT

The Requires

  • php >= 7.0.0

 

The Development Requires

10/06 2016

v0.1.0

0.1.0.0

A feature toggle decision library for PHP.

  Sources   Download

MIT

The Requires

  • php >= 7.0.0

 

The Development Requires