PHPackages                             dwo/flagging\_bundle - 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. dwo/flagging\_bundle

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

dwo/flagging\_bundle
====================

:TODO:

v0.2.9(9y ago)16.3k1MITPHPPHP &gt;=5.4

Since May 18Pushed 9y ago2 watchersCompare

[ Source](https://github.com/davewwww/FlaggingBundle)[ Packagist](https://packagist.org/packages/dwo/flagging_bundle)[ Docs](https://github.com/davewwww)[ RSS](/packages/dwo-flagging-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (6)Versions (11)Used By (1)

[![Build Status](https://camo.githubusercontent.com/39d73fafad2e81fe11edc438e8641ed5a5c5d38e826a76de4c9fde712fa38a6c/68747470733a2f2f7472617669732d63692e6f72672f64617665777777772f466c616767696e6742756e646c652e737667)](https://travis-ci.org/davewwww/FlaggingBundle) [![Coverage Status](https://camo.githubusercontent.com/90c1b3b0b962cc1ae4b8be657fa0591d7253adf97de5c650c776d29160423935/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f64617665777777772f466c616767696e6742756e646c652f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/r/davewwww/FlaggingBundle?branch=master)

FeatureFlaggingBundle
=====================

[](#featureflaggingbundle)

:TODO:

Own Feature Manager
-------------------

[](#own-feature-manager)

replace the feature manager

```
dwo_flagging:
    manager:
        feature: my_services.flagging_manager
```

```
use Dwo\Flagging\Model\FeatureManagerInterface;

class MyFlaggingManager implements FeatureManagerInterface {
    ...
}
```

Dynamic Features
----------------

[](#dynamic-features)

Best case for dynamic features is a database- &amp; cache layer. A Case Study with DoctrineCacheBundle. This case use a php file cache and a dbal connection.

### Use DoctrineCacheBundle

[](#use-doctrinecachebundle)

1. composer install

```
composer require doctrine/doctrine-cache-bundle
```

2. Add Bundle to Kernel

```
// app/AppKernel.php
public function registerBundles()
{
    // ...
    $bundles[] = new \Doctrine\Bundle\DoctrineCacheBundle\DoctrineCacheBundle();

    return $bundles;
}
```

3. include config

```
imports:
    - { resource: @DwoFlaggingBundle/Resources/config/dwo_flagging.yml }
```

4. replace feature manager

```
  manager:
    feature: dwo_flagging.manager.feature.cache
```

### Cache Clear

[](#cache-clear)

To clear the cache, use the DoctrineCacheBundle FlushCommand

```
php app/console doctrine:cache:flush flagging
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity54

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

Recently: every ~135 days

Total

10

Last Release

3476d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/92fbda736c9e7b2a06e4d23b0e3768f3f7cec3a609540808ef5db10c348231c0?d=identicon)[dave](/maintainers/dave)

---

Top Contributors

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

---

Tags

mappingflagging

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/dwo-flagging-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/dwo-flagging-bundle/health.svg)](https://phpackages.com/packages/dwo-flagging-bundle)
```

###  Alternatives

[cuyz/valinor

Dependency free PHP library that helps to map any input into a strongly-typed structure.

1.5k9.2M108](/packages/cuyz-valinor)[cornford/googlmapper

An easy way to integrate Google Maps with Laravel.

457447.9k4](/packages/cornford-googlmapper)[ballen/distical

A distance (Lat/Long) calculation library for PHP

40180.2k2](/packages/ballen-distical)

PHPackages © 2026

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