Configuration component is designed for key-value type data storage.
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.