PHPackages                             floodgate/floodgate-cakephp - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. floodgate/floodgate-cakephp

ActiveCakephp-plugin[Framework](/categories/framework)

floodgate/floodgate-cakephp
===========================

Floodgate plugin for CakePHP

0.0.3(6y ago)0322MITPHPCI failing

Since Oct 26Pushed 6y agoCompare

[ Source](https://github.com/floodgate-io/cakephp-plugin)[ Packagist](https://packagist.org/packages/floodgate/floodgate-cakephp)[ RSS](/packages/floodgate-floodgate-cakephp/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (3)Versions (4)Used By (0)

CakePHP plugin for Floodgate
============================

[](#cakephp-plugin-for-floodgate)

CakePHP plugin for [Floodgate](https://floodgate.io), a cloud based feature flag service which provides a centralised management console for managing your application feature flags.

Installing &amp; Configuring
----------------------------

[](#installing--configuring)

You can install the CakePHP Floodgate Plugin using Composer

```
composer require floodgate/floodgate-cakephp

```

Load the plugin into your CakePHP application

```
bin\cake plugin load FloodgateCake -b

```

Configure your CakePHP application with your Floodgate SDK Key

```
// /config/app.php

'Floodgate' => [
  'sdkkey' => 'enter-your-sdk-key'
],
```

Load the Floodgate CakePHP Plugin Component

```
// Controller/AppController.php

$this->loadComponent('FloodgateCake.FloodgateClient');
```

Usage
-----

[](#usage)

Below is an example of a simple implementation of getting a single flag value from inside a controller.

```
// /src/Controller/MyController.php

$result = $this->FloodgateClient->GetValue('feature-flag-key', false);

if ($result) {
  // Do something new and exciting
}
else {
  // Do whatever I usually do
}
```

About Floodgate
---------------

[](#about-floodgate)

Floodgate is a remote feature management system designed to help engineering teams and product teams work independently. Using feature flags managed by Floodgate you will dramatically reduce the risks software companies face when releasing and deploying new features.

With Floodgate you can use fine grained user targeting to test out new features in your production environment with minimal impact and risk to your existing systems and customers. Floodgate provides a simple to use percentage rollout facility to allow you to perform canary releases with just a few clicks.

To learn more about Floodgate, visit us at  or contact . To get started with feature flags for free at .

Floodgate has currently developed following SDKs.

- .Net Framework [GitHub](https://github.com/floodgate-io/dotnet-framework-sdk)
- PHP [GitHub](https://github.com/floodgate-io/php-sdk)
- Node [GitHub](https://github.com/floodgate-io/node-sdk)
- JavaScript [GitHub](https://github.com/floodgate-io/javascript-sdk)

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~8 days

Total

3

Last Release

2375d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8b066b264e2b840a6217a8b6cc493bc93a747438af942e4c1010695eed00c498?d=identicon)[floodgateio](/maintainers/floodgateio)

---

Top Contributors

[![mathewtaylor](https://avatars.githubusercontent.com/u/51848714?v=4)](https://github.com/mathewtaylor "mathewtaylor (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/floodgate-floodgate-cakephp/health.svg)

```
[![Health](https://phpackages.com/badges/floodgate-floodgate-cakephp/health.svg)](https://phpackages.com/packages/floodgate-floodgate-cakephp)
```

###  Alternatives

[cakephp/debug_kit

CakePHP Debug Kit

86514.0M138](/packages/cakephp-debug-kit)[cakephp/bake

Bake plugin for CakePHP

11211.2M158](/packages/cakephp-bake)[friendsofcake/bootstrap-ui

Bootstrap front-end framework support for CakePHP

3492.1M32](/packages/friendsofcake-bootstrap-ui)[cakephp/app

CakePHP skeleton app

3831.7M1](/packages/cakephp-app)[cakephp/localized

CakePHP Localized Plugin

218595.6k5](/packages/cakephp-localized)[cakephp/acl

Acl Plugin for CakePHP framework

109553.9k15](/packages/cakephp-acl)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
