PHPackages                             matthimatiker/feature-flag-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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. matthimatiker/feature-flag-bundle

AbandonedArchivedLibrary[Authentication &amp; Authorization](/categories/authentication)

matthimatiker/feature-flag-bundle
=================================

Feature flags and advanced role management on the shoulders of giants.

0.1.0(9y ago)417MITPHPPHP ^5.5.9 | ^7.0.0

Since Jun 11Pushed 9y ago1 watchersCompare

[ Source](https://github.com/Matthimatiker/FeatureFlagBundle)[ Packagist](https://packagist.org/packages/matthimatiker/feature-flag-bundle)[ RSS](/packages/matthimatiker-feature-flag-bundle/feed)WikiDiscussions master Synced 1mo ago

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

FeatureFlagBundle
=================

[](#featureflagbundle)

[![Build Status](https://camo.githubusercontent.com/2a680ac882ba5a3f41694afafc6d490f9e2e82ccbb898cd51152ed835cf3de86/68747470733a2f2f7472617669732d63692e6f72672f4d61747468696d6174696b65722f46656174757265466c616742756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/Matthimatiker/FeatureFlagBundle)[![Coverage Status](https://camo.githubusercontent.com/7e13c82ed9de9a6e15c4326d309edf2bc1b2d20bbe2d2e3a54cc6ecf1ba97bd8/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f4d61747468696d6174696b65722f46656174757265466c616742756e646c652f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/Matthimatiker/FeatureFlagBundle?branch=master)

This bundle builds on Symfony's sophisticated security system and provides the means to assign features to roles. It helps you to:

- Change your way of thinking: Do not define *who* can access some functionality, but *what* functionality is available.
- Assign any feature (or role) to guests that are not logged in.
- Make use of your existing Symfony knowledge: Access control works in the same way as in plain Symfony.

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

[](#installation)

Install the bundle via [Composer](https://getcomposer.org):

```
php composer.phar require matthimatiker/feature-flag-bundle

```

Enable the bundle in your kernel:

```
