yiimaker / yii2-configuration
Configuration
Package info
github.com/yiimaker/yii2-configuration
Type:yii2-extension
pkg:composer/yiimaker/yii2-configuration
1.3.0
2017-01-10 14:53 UTC
Requires
- yiisoft/yii2: *
README
Configuration component is designed for key-value type data storage.
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist yiimaker/yii2-configuration "*"
or add
"yiimaker/yii2-configuration": "*"
to the require section of your composer.json file.