PHPackages                             craftquest/craft-feature-flags - 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. craftquest/craft-feature-flags

ActiveCraft-plugin[Utility &amp; Helpers](/categories/utility)

craftquest/craft-feature-flags
==============================

Runtime feature flags for Craft CMS with targeting rules, percentage rollouts, and audit logging.

1.0.1(1w ago)12[2 issues](https://github.com/CraftQuest/craft-feature-flags/issues)proprietaryPHPPHP &gt;=8.2

Since May 16Pushed 1w agoCompare

[ Source](https://github.com/CraftQuest/craft-feature-flags)[ Packagist](https://packagist.org/packages/craftquest/craft-feature-flags)[ RSS](/packages/craftquest-craft-feature-flags/feed)WikiDiscussions dev-craft-5 Synced 1w ago

READMEChangelog (2)Dependencies (6)Versions (4)Used By (0)

Feature Flags for Craft CMS
===========================

[](#feature-flags-for-craft-cms)

Runtime feature flags for Craft CMS with targeting rules, percentage rollouts, and audit logging.

Requirements
------------

[](#requirements)

- Craft CMS 5.3.0 or later
- PHP 8.2 or later

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

[](#installation)

You can install this plugin from the Craft Plugin Store or with Composer.

### From the Plugin Store

[](#from-the-plugin-store)

Go to the Plugin Store in your Craft control panel, search for "Feature Flags", and click **Install**.

### With Composer

[](#with-composer)

Run the following commands from your project directory for DDEV:

```
ddev composer require craftquest/craft-feature-flags
ddev craft plugin/install feature-flags
```

```
composer require craftquest/craft-feature-flags
php craft plugin/install feature-flags
```

Usage
-----

[](#usage)

```
{% if craft.featureFlags.isEnabled('new-checkout') %}
    {# Show the redesigned checkout flow #}
    {% include '_checkout/new' %}
{% endif %}
```

```
use craftquest\featureflags\FeatureFlags;

if (FeatureFlags::getInstance()->evaluationService->isEnabled('new-checkout')) {
    // Feature is enabled for the current user
}
```

Documentation
-------------

[](#documentation)

Full documentation is available at [craftquest.io/plugins/feature-flags](https://craftquest.io/plugins/feature-flags).

###  Health Score

36

—

LowBetter than 79% of packages

Maintenance78

Regular maintenance activity

Popularity5

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity48

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

Total

2

Last Release

11d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2708f0ff712285dea85d71758ed5eb0830298cec920bfc7fb49d089bc679de98?d=identicon)[mijingo](/maintainers/mijingo)

---

Top Contributors

[![ryanirelan](https://avatars.githubusercontent.com/u/2238?v=4)](https://github.com/ryanirelan "ryanirelan (10 commits)")

---

Tags

cmsCraftcraftcmsrolloutfeature-flagsfeature-togglestargeting

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/craftquest-craft-feature-flags/health.svg)

```
[![Health](https://phpackages.com/badges/craftquest-craft-feature-flags/health.svg)](https://phpackages.com/packages/craftquest-craft-feature-flags)
```

###  Alternatives

[craftcms/feed-me

Import content from XML, RSS, CSV or JSON feeds into entries, categories, Craft Commerce products, and more.

294943.4k27](/packages/craftcms-feed-me)[verbb/formie

The most user-friendly forms plugin for Craft.

100387.6k57](/packages/verbb-formie)[nystudio107/craft-seomatic

SEOmatic facilitates modern SEO best practices &amp; implementation for Craft CMS 5. It is a turnkey SEO system that is comprehensive, powerful, and flexible.

1741.5M51](/packages/nystudio107-craft-seomatic)[verbb/navigation

Create navigation menus for your site.

92698.4k18](/packages/verbb-navigation)[verbb/field-manager

Manage your fields and field groups with ease.

195612.2k10](/packages/verbb-field-manager)[verbb/workflow

Enforce multi-step review processes for creating entries.

138123.0k1](/packages/verbb-workflow)

PHPackages © 2026

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