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.2(2mo ago)419.4k↓57.5%1[1 PRs](https://github.com/turbine-kreuzberg/spryker-configcat/pulls)MITPHPPHP &gt;=8.3CI passing

Since Apr 26Pushed 2mo ago8 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 2d ago

READMEChangelog (10)Dependencies (33)Versions (16)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

52

—

FairBetter than 96% of packages

Maintenance88

Actively maintained with recent releases

Popularity31

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

Recently: every ~92 days

Total

10

Last Release

60d ago

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

0.5.0PHP &gt;=8.3

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/916066?v=4)[Helder Correia](/maintainers/tuxonice)[@tuxonice](https://github.com/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)
```

###  Alternatives

[illuminate/contracts

The Illuminate Contracts package.

706130.3M13.3k](/packages/illuminate-contracts)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

751291.4k43](/packages/civicrm-civicrm-core)[flow-php/etl

PHP ETL - Extract Transform Load - Abstraction

378604.0k104](/packages/flow-php-etl)

PHPackages © 2026

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