orca-services/cakephp-feature-flags

Feature Flags plugin for CakePHP

Installs: 1 188

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 4

Forks: 0

Open Issues: 14

Type:cakephp-plugin

1.0.1 2023-01-30 14:18 UTC

This package is auto-updated.

Last update: 2024-04-15 12:23:14 UTC


README

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.