PHPackages                             vivait/settings-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. vivait/settings-bundle

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

vivait/settings-bundle
======================

Settings Bundle

0.4(8y ago)43.8k2[3 issues](https://github.com/vivait/SettingsBundle/issues)MITPHP

Since Oct 20Pushed 7y ago5 watchersCompare

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

READMEChangelog (6)Dependencies (6)Versions (8)Used By (0)

Viva IT - Settings Bundle [![Build Status](https://camo.githubusercontent.com/b41e8f6cf235b8860347ba69859868bdbc58845f49dc05928fbfc628bd24e9af/68747470733a2f2f7472617669732d63692e6f72672f7669766169742f53657474696e677342756e646c652e737667)](https://travis-ci.org/vivait/SettingsBundle)
============================================================================================================================================================================================================================================================================================

[](#viva-it---settings-bundle-)

The aim of this bundle is to allow you to retrieve and pass dynamic settings to services and other classes used in Symfony. These settings can be currently be stored in Doctrine, Redis, or Symfony's config itself. Single or multiple drivers can be specified for each setting and/or service, which will search each driver until a setting has been found.

A controller has been provided to easily allow your users to configure settings via a UI - although we recommend you customise this to match your own application.

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

[](#installation)

**Using composer**

```
$ composer require vivait/settings-bundle
```

**Enabling bundle**

```
