2017 © Pedro Peláez
 

utility features

Simple package for feature flagging interface/implementation

image

frozzare/features

Simple package for feature flagging interface/implementation

  • Wednesday, April 25, 2018
  • by fredrikforsmo
  • Repository
  • 1 Watchers
  • 2 Stars
  • 73 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

features Build Status

Simple package for feature flagging interface/implementation., (*1)

Installation

$ composer require frozzare/features

Example

features([
    'log' => false
]);

...

features()->enable('log');

...

if (features()->enabled('log')) {
    ...
}

...

features()->disable('log');

License

MIT © Fredrik Forsmo, (*2)

The Versions

25/04 2018

dev-master

9999999-dev

Simple package for feature flagging interface/implementation

  Sources   Download

MIT

The Requires

  • php ^7.0

 

The Development Requires

feature features

25/04 2018

v1.0.2

1.0.2.0

Simple package for feature flagging interface/implementation

  Sources   Download

MIT

The Requires

  • php ^7.0

 

The Development Requires

feature features

24/04 2018

v1.0.1

1.0.1.0

Simple package for feature flag-driven development

  Sources   Download

MIT

The Requires

  • php ^7.0

 

The Development Requires

feature features

18/09 2017

v1.0.0

1.0.0.0

Simple package for feature flag-driven development

  Sources   Download

MIT

The Requires

  • php ^7.0

 

The Development Requires

feature features