orca-services / cakephp-feature-flags
Feature Flags plugin for CakePHP
Installs: 1 837
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 0
Open Issues: 15
Type:cakephp-plugin
Requires
- php: ^7.2
- cakephp/cakephp: ^4.0.10
Requires (Dev)
- phpunit/phpunit: ^8.5
This package is auto-updated.
Last update: 2024-10-24 13:30:26 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 4.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.