PHPackages                             sherlockode/configuration-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. sherlockode/configuration-bundle

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

sherlockode/configuration-bundle
================================

Symfony bundle for user-defined configuration values

v0.7.1(2y ago)3118.7k↓44%5[1 issues](https://github.com/sherlockode/configuration-bundle/issues)MITPHPPHP ^8.0

Since Oct 23Pushed 2y ago5 watchersCompare

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

READMEChangelog (10)Dependencies (4)Versions (31)Used By (0)

Sherlockode ConfigurationBundle
===============================

[](#sherlockode-configurationbundle)

This bundle is built to allow users to define configuration options, useful in admin panels. Get rid of the business logic variables in your `ENV` or `parameters.yml` file !

Available features:

- Define multiple configuration entries available for the users
- Retrieve configuration values anywhere in your code for business logic
- Use or create custom parameter types for a better user experience

[![CircleCI](https://camo.githubusercontent.com/b6fab3cd02299f84d64d014f3f55aae932a3bf1a0198783dfaa513c32f1b3ae2/68747470733a2f2f636972636c6563692e636f6d2f67682f736865726c6f636b6f64652f636f6e66696775726174696f6e2d62756e646c652e7376673f7374796c653d736869656c64)](https://circleci.com/gh/sherlockode/configuration-bundle)[![Total Downloads](https://camo.githubusercontent.com/0943631972037d907409779c404f9fc14f63d80f00406481980b4c88c953206a/68747470733a2f2f706f7365722e707567782e6f72672f736865726c6f636b6f64652f636f6e66696775726174696f6e2d62756e646c652f646f776e6c6f616473)](https://packagist.org/packages/sherlockode/configuration-bundle)[![Latest Stable Version](https://camo.githubusercontent.com/0e689d6e7cb45f9cfc304a0d253bbb209b98f0b920626feb220824ee4aea64b5/68747470733a2f2f706f7365722e707567782e6f72672f736865726c6f636b6f64652f636f6e66696775726174696f6e2d62756e646c652f762f737461626c65)](https://packagist.org/packages/sherlockode/configuration-bundle)

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

[](#installation)

The best way to install this bundle is to rely on [Composer](https://getcomposer.org/):

```
$ composer require sherlockode/configuration-bundle
```

Setup
-----

[](#setup)

Enable the bundle in the kernel

```
