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

Abandoned → [ongr/settings-bundle](/?search=ongr%2Fsettings-bundle)Symfony-bundle[Utility &amp; Helpers](/categories/utility)

ongr/settings-bundle
====================

Settings user interface and API for ONGR platform projects

v1.0.0(9y ago)713.9k9[4 issues](https://github.com/ongr-io/SettingsBundle/issues)[1 PRs](https://github.com/ongr-io/SettingsBundle/pulls)MITPHPPHP &gt;=5.5

Since Feb 24Pushed 9y ago17 watchersCompare

[ Source](https://github.com/ongr-io/SettingsBundle)[ Packagist](https://packagist.org/packages/ongr/settings-bundle)[ Docs](http://ongr.io)[ RSS](/packages/ongr-settings-bundle/feed)WikiDiscussions master Synced today

READMEChangelog (8)Dependencies (9)Versions (11)Used By (0)

ONGR Settings Bundle
====================

[](#ongr-settings-bundle)

Settings Bundle provides settings API and simple user interface for setting management.

What's inside:

- Settings features toggle (for features on/off).
- Personal settings for every user, that only he can change (cookie based).
- API for every setting control.
- Simple and minimal web interface.
- Multi type settings: yaml, boolean, text.
- Cache layer for global settings.

This bundle is independent from ONGR platform and can be used in your project on its own with few dependencies.

If you need any help, [stack overflow](http://stackoverflow.com/questions/tagged/ongr)is the preferred and recommended way to ask questions about ONGR bundles and libraries.

[![Build Status](https://camo.githubusercontent.com/7d85bf71b7d1e6f5081fc39e3f4a1648f9c0547702901a983a545f2f8ad2c574/68747470733a2f2f7472617669732d63692e6f72672f6f6e67722d696f2f53657474696e677342756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/ongr-io/SettingsBundle)[![Coverage Status](https://camo.githubusercontent.com/e75bde3b3a7da823f1b4ab65b35e8a9f85c95b6f3888bffa0cb90336c064e8e1/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6f6e67722d696f2f53657474696e677342756e646c652f62616467652e7376673f6272616e63683d6d617374657226736572766963653d676974687562)](https://coveralls.io/github/ongr-io/SettingsBundle?branch=master)[![Latest Stable Version](https://camo.githubusercontent.com/52572e6750e7368b193ca588dfd71244d2e842d1608ad8a2a2c0f3f1c6ed1763/68747470733a2f2f706f7365722e707567782e6f72672f6f6e67722f73657474696e67732d62756e646c652f762f737461626c65)](https://packagist.org/packages/ongr/settings-bundle)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/0adf673377f0bd88667893c2a34fc0b14e5e993dd357fcfa11baba2cfff968a8/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6f6e67722d696f2f53657474696e677342756e646c652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/ongr-io/SettingsBundle/?branch=master)

Documentation
-------------

[](#documentation)

The online documentation of the bundle can be found in [http://docs.ongr.io](http://docs.ongr.io/SettingsBundle). Docs source is stored within the repo under `Resources/doc/`, so if you see a typo or problem, please submit a PR to fix it!

For contribution to the documentation you can find it in the [contribute](http://docs.ongr.io/common/Contributing) topic.

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

[](#installation)

### Step 1: Install Settings bundle

[](#step-1-install-settings-bundle)

FilterManager bundle is installed using [Composer](https://getcomposer.org).

```
$ composer require ongr/settings-bundle "~1.0"
```

> Please note that settings bundle requires Elasticsearch bundle, guide on how to install and configure it can be found [here](https://github.com/ongr-io/ElasticsearchBundle).

### Step 2: Enable ONGR bundles

[](#step-2-enable-ongr-bundles)

Register Settings bundle and all required dependencies in your AppKernel:

```
// app/AppKernel.php
