chd7well / yii2-configmanager
Flexible configuartion/parameter manager for Yii2
Installs: 24
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 4
Open Issues: 1
Type:yii2-extension
Requires
- chd7well/yii2-user: ~0.10
- yiisoft/yii2: ~2.0
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.