PHPackages                             turbine-kreuzberg/spryker-configcat - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. turbine-kreuzberg/spryker-configcat

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

turbine-kreuzberg/spryker-configcat
===================================

ConfigCat wrapper for spryker

0.7.1(2mo ago)318.5k↓35.7%1[1 PRs](https://github.com/turbine-kreuzberg/spryker-configcat/pulls)MITPHPPHP &gt;=8.3CI passing

Since Apr 26Pushed 2mo ago7 watchersCompare

[ Source](https://github.com/turbine-kreuzberg/spryker-configcat)[ Packagist](https://packagist.org/packages/turbine-kreuzberg/spryker-configcat)[ RSS](/packages/turbine-kreuzberg-spryker-configcat/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (9)Dependencies (22)Versions (14)Used By (0)

Spryker FeatureFlag
===================

[](#spryker-featureflag)

[![tests](https://github.com/turbine-kreuzberg/spryker-configcat/actions/workflows/tests.yml/badge.svg)](https://github.com/turbine-kreuzberg/spryker-configcat/actions/workflows/tests.yml)

This package provides an integration for [ConfigCat](https://configcat.com/) in Spryker.

- [Installation](#installation)
- [Configuration](#configuration)
- [Usage](#usage)
- [Credits](#credits)
- [License](#license)

Installation
------------

[](#installation)

- Install the package via composer

```
composer require turbine-kreuzberg/spryker-configcat

```

Configuration
-------------

[](#configuration)

For an easy start, copy the following snippet to your `config_local.php`

```
$config[FeatureFlagConstants::SDK_KEY] = 'CONFIG-CAT-KEY';
$config[FeatureFlagConstants::CACHE_REFRESH_INTERVAL] = REFRESH_INTERVAL;
```

Usage
-----

[](#usage)

You can use it as a Client dependency in your bundles.

Example snippet:

```
$featureFlagClient = $this->getFactory()->getFeatureFlagClient();

if ($featureFlagClient->isFeatureOn('testFeature')) {
    echo('Feature is on!');
}
```

Tests
-----

[](#tests)

To have feature flag independent of configCat in tests you can set a default value in configFile

```
$config[FeatureFlagConstants::CONFIG_CAT_FEATURE_FLAGS] = [
    'feature_flag_in_config_file' => true,
    'feature flag 2' => false,
    'feature flag 3' => true,
];
```

Credits
-------

[](#credits)

- [All Contributors](../../../-/graphs/main)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

51

—

FairBetter than 96% of packages

Maintenance85

Actively maintained with recent releases

Popularity30

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~176 days

Recently: every ~283 days

Total

9

Last Release

75d ago

PHP version history (2 changes)0.1.0PHP &gt;=8

0.5.0PHP &gt;=8.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/b0ac6e7d4f75cdd8867257456d47a9d3ce0c38c9633cb3aded61ca50f8e5cfbf?d=identicon)[tuxonice](/maintainers/tuxonice)

![](https://www.gravatar.com/avatar/a76c766879cc8db6e784cde9eabd8e8c2c6d39fb99227dbfa85f2d9bd332c48d?d=identicon)[heyjorgedev](/maintainers/heyjorgedev)

---

Top Contributors

[![nefodov89](https://avatars.githubusercontent.com/u/156330575?v=4)](https://github.com/nefodov89 "nefodov89 (7 commits)")[![tuxonice](https://avatars.githubusercontent.com/u/916066?v=4)](https://github.com/tuxonice "tuxonice (6 commits)")[![firatcimen](https://avatars.githubusercontent.com/u/98317924?v=4)](https://github.com/firatcimen "firatcimen (2 commits)")[![benqn](https://avatars.githubusercontent.com/u/47553397?v=4)](https://github.com/benqn "benqn (1 commits)")[![berndalter-txb](https://avatars.githubusercontent.com/u/4046983?v=4)](https://github.com/berndalter-txb "berndalter-txb (1 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")

---

Tags

configcatfeature-flagsphpspryker

###  Code Quality

TestsCodeception

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/turbine-kreuzberg-spryker-configcat/health.svg)

```
[![Health](https://phpackages.com/badges/turbine-kreuzberg-spryker-configcat/health.svg)](https://phpackages.com/packages/turbine-kreuzberg-spryker-configcat)
```

PHPackages © 2026

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