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.
- PHP 7.0+
- CakePHP 4.x
If you’ve found a security issue in CakePHP, please use the procedure described in SECURITY.md
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
See CONTRIBUTING.md
Please see CHANGELOG for more information on what has changed recently.
This plugin is licensed under the MIT License.