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

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

mukadi/settings-bundle
======================

this bundle provide a global app settings form fully customisable

1.0.0(7y ago)032MITPHPPHP &gt;=5.5

Since Jan 19Pushed 7y ago1 watchersCompare

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

READMEChangelogDependencies (4)Versions (7)Used By (0)

MukadiSettingsBundle
====================

[](#mukadisettingsbundle)

this bundle provide a global app settings form fully customisable.

You can render the settings form in admin page for example. The form building is centralized under the bundle configuration.

Features:

- Settings can be stored via Doctrine ORM.
- Form building centralized in config files (e.g: config.xml or an imported settings.yml file)
- A Service for querying stored settings.

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

[](#installation)

if you want to use symfony flex run the following command in your project:

```
$ composer config extra.symfony.allow-contrib true
```

Install the bundle via composer by running the command:

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

If you're not using Symfony Flex, you must follow next instructions to configure the bundle yourself.

Configuration
-------------

[](#configuration)

Enable the bundle in the kernel:
--------------------------------

[](#enable-the-bundle-in-the-kernel)

```
