chd7well/yii2-configmanager

Flexible configuartion/parameter manager for Yii2

v0.2.1 2015-02-16 10:33 UTC

This package is auto-updated.

Last update: 2024-04-29 03:21:07 UTC


README

A simple parameter/configuration manager. This module can manage your configuration stored in a database. Each parameter can load at bootstrap if necessary or is available during the component in the application.

The current version is a development snapshot, do not use in production application!

NOTE: Module is in initial development. Anything may change at any time.

Roadmap

  • Improve UI (drop down list for parent config, flash messages, etc.)
  • Tests
  • Documentation
  • Detailed configuration possibility e.g. component database hat two an more property, currently you must set this by a php array string. In future it should be possible to generate this array during singly parameter and the config manager should gernerate one array.

Documentation

Installation instructions | Definitive guide to Yii2-configmanager

Contributing

Contributing instructions are located in CONTRIBUTING.md file.

License

Yii2-configmanager is released under the MIT License. See the bundled LICENSE.md for details.