PHPackages                             yannickl88/features-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. yannickl88/features-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

yannickl88/features-bundle
==========================

Symfony bundle for managing feature tags

2.3.0(1y ago)1985.5k↓36.2%6[1 issues](https://github.com/yannickl88/features-bundle/issues)MITPHPPHP ^8.1

Since Jan 13Pushed 1y ago3 watchersCompare

[ Source](https://github.com/yannickl88/features-bundle)[ Packagist](https://packagist.org/packages/yannickl88/features-bundle)[ RSS](/packages/yannickl88-features-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (10)Versions (13)Used By (0)

features-bundle
===============

[](#features-bundle)

This Symfony bundle provides a way of managing features within a project. A common use-case is to have a certain feature only active under certain condition. Examples would be that you want to activate a feature when the use has a certain role, or when you are not in a production environment (think of testing).

With this bundle you can configure features to be active or inactive. Using resolvers you decide when a feature is active or not.

Requirements:

- PHP 7.3 or higher
- Symfony 4.2 or higher

Recommended installation is via composer: `composer require yannickl88/features-bundle`.

After that, you need to register the bundle in the kernel of your application:

```
