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

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

masev/settings-bundle
=====================

Masev SettingsBundle introduce a settings system into eZ Publish 5.x, administration is possible thanks to an interface in legacy admin.

3.0(7y ago)51.2k6GPL-2.0JavaScript

Since Jan 27Pushed 7y ago4 watchersCompare

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

READMEChangelog (9)Dependencies (1)Versions (12)Used By (0)

MasevSettingsBundle
===================

[](#masevsettingsbundle)

Masev SettingsBundle introduce a settings system into eZ Publish 5.x, administration is possible thanks to an interface in legacy admin (AngularJS powered). All settings are injected in Symfony container as a parameter. There are compatible with the eZ Publish Config Resolver allowing you the define settings per siteaccess.

[![Screenshot of the UI](https://raw.githubusercontent.com/masev/MasevSettingsBundle/master/ui.png)](https://raw.githubusercontent.com/masev/MasevSettingsBundle/master/ui.png)

Install
-------

[](#install)

### Step 1: Download MasevSettingsBundle using composer

[](#step-1-download-masevsettingsbundle-using-composer)

Add MasevSettingsBundle in your composer.json:

```
{
    "require": {
        "masev/settings-bundle": "dev-master"
    }
}
```

Now tell composer to download the bundle by running the command:

```
$ php composer.phar update masev/settings-bundle
```

Composer will install the bundle to your project's `vendor/masev/settings-bundle` directory.

### Step 2: Enable the bundle

[](#step-2-enable-the-bundle)

Enable the bundle in the kernel:

```
