2017 © Pedro Peláez
 

symfony-bundle settings-bundle

MESD SettingsBundle

image

mesd/settings-bundle

MESD SettingsBundle

  • Friday, January 29, 2016
  • by appdev@mesd.k12.or.us
  • Repository
  • 14 Watchers
  • 0 Stars
  • 3,047 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 2 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

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., (*1)

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., (*2)

For more details please see the documentation., (*3)

Documentation

The documentation is stored in the Resources/doc directory in this bundle:, (*4)

Read the Documentation, (*5)

Installation

All the installation instructions are located in the documentation., (*6)

License

This bundle is under the MIT license. See the complete license at:, (*7)

Resources/meta/LICENSE.md, (*8)

Status

v1.0 Release Candidate #2 - March 25th, 2015, (*9)

The Versions

29/01 2016
25/03 2015
30/10 2014
27/10 2014
25/10 2014