Skip to content

orca-services/cakephp-feature-flags

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Feature Flags Plugin for CakePHP

Description

This plugin can be used to enable or disable specific features in your code. This is very useful when you deploy your code to a production environment but you want to make sure that some features are only available at a later date and time.

Requirements

  • PHP 7.0+
  • CakePHP 3.x

Security

If you’ve found a security issue in CakePHP, please use the procedure described in SECURITY.md

Installation

You can install this plugin into your CakePHP application using composer.

The recommended way to install composer packages is:

composer require orca-services/cakephp-feature-flags

Contributing

See CONTRIBUTING.md

Change log

Please see CHANGELOG for more information on what has changed recently.

TODOs

License

This plugin is licensed under the MIT License.