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

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

hexanet/settings-bundle
=======================

settings system

v2.0.0(8y ago)09.0k↓40%MITPHPPHP &gt;=7.1

Since Mar 13Pushed 8y ago2 watchersCompare

[ Source](https://github.com/Hexanet/SettingsBundle)[ Packagist](https://packagist.org/packages/hexanet/settings-bundle)[ RSS](/packages/hexanet-settings-bundle/feed)WikiDiscussions master Synced yesterday

READMEChangelog (2)Dependencies (7)Versions (3)Used By (0)

SettingsBundle
==============

[](#settingsbundle)

[![Build Status](https://camo.githubusercontent.com/24dd021a5972db758dba7189c91795cfa3e1fb7af0b1cc1b72f1de907a545910/68747470733a2f2f6170692e7472617669732d63692e6f72672f486578616e65742f53657474696e677342756e646c652e737667)](http://travis-ci.org/Hexanet/SettingsBundle) [![Total Downloads](https://camo.githubusercontent.com/9bca3d722bdd43a0646aa8d24561f96ed7fa32e89bc8e8858417370707367eb5/68747470733a2f2f706f7365722e707567782e6f72672f686578616e65742f73657474696e67732d62756e646c652f646f776e6c6f6164732e706e67)](https://packagist.org/packages/hexanet/settings-bundle) [![Latest stable Version](https://camo.githubusercontent.com/1b3e12a7aaa131cab215ee490fc0498c79482873dfc3af9193b1d01662f4938d/68747470733a2f2f706f7365722e707567782e6f72672f686578616e65742f73657474696e67732d62756e646c652f762f737461626c652e706e67)](https://packagist.org/packages/hexanet/settings-bundle)

Settings system.

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

[](#installation)

### Applications that use Symfony Flex

[](#applications-that-use-symfony-flex)

Open a command console, enter your project directory and execute:

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

### Applications that don't use Symfony Flex

[](#applications-that-dont-use-symfony-flex)

### Step 1: Download the Bundle

[](#step-1-download-the-bundle)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

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

This command requires you to have Composer installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md)of the Composer documentation.

### Step 2: Enable the Bundle

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

Then, enable the bundle by adding it to the list of registered bundles in the `app/AppKernel.php` file of your project:

```
