mesd/settings-bundle

MESD SettingsBundle

Installs: 3 059

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 16

Forks: 2

Type:symfony-bundle

v1.0.0 2015-08-24 23:48 UTC

This package is not auto-updated.

Last update: 2024-04-13 13:20:25 UTC


README

##Mesd/SettingsBundle

A Symfony2 bundle for managing settings. The bundles intention is to manage application or user settings, not Symfony2 framework or bundle configuration items, the latter already being well handled with Symfony's configuration component.

The SettingsBundle stores settings in a ORM supported database using two small tables. Settings can be defined as a String, Integer, Float, Boolean, or Array. You define the format for the setting, e.g. the max length, number of digits, or decimals. There is also support for assigning default values. The settings available in your application are defined using simple text yaml files, with like settings grouped together in a structure called a cluster.

For more details please see the documentation.

###Documentation

The documentation is stored in the Resources/doc directory in this bundle:

Read the Documentation

###Installation

All the installation instructions are located in the documentation.

###License

This bundle is under the MIT license. See the complete license at:

Resources/meta/LICENSE.md

###Status

v1.0 Release Candidate #2 - March 25th, 2015