orca-services / cakephp-feature-flags
Feature Flags plugin for CakePHP
Package info
github.com/orca-services/cakephp-feature-flags
Type:cakephp-plugin
pkg:composer/orca-services/cakephp-feature-flags
Requires
- php: ^8.2
- cakephp/cakephp: ^5.0.11
Requires (Dev)
- phpunit/phpunit: ^10.0
This package is auto-updated.
Last update: 2026-04-09 12:21:35 UTC
README
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.
Compatibility
| Plugin Version | CakePHP Compatibility | Branch | Status |
|---|---|---|---|
| 2.x | 5.x | cakephp-5.x | Supported |
| 1.x | 4.x | cakephp-4.x | Supported |
| 0.x | 3.x | cakephp-3.x | EOL |
Note:
- There is no plugin version for CakePHP 2.x.
- Previous versions of the plugin that supported previous versions of CakePHP are not supported anymore.
Installation
See the installation documentation.
Configuration
See the configuration documentation.
How to use
You can use the plugin as shown in usage documentation.
Versioning
The releases of this plugin are versioned using SemVer.
Contributing
See CONTRIBUTING.md
Changelog
See CHANGELOG.md
Security
If you've found a security vulnerability, please follow the procedure described in SECURITY.md.
License
This plugin is licensed under the MIT License.