2017 © Pedro Peláez
 

yii2-extension ksconfig

Yii2 module for key-value settings support

image

kasser/ksconfig

Yii2 module for key-value settings support

  • Tuesday, February 16, 2016
  • by kashirin
  • Repository
  • 1 Watchers
  • 2 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

ksconfig

Yii2 module for key-value settings support, (*1)

Installation

Either run, (*2)

php composer.phar require --prefer-dist kasser/ksconfig "*"

or add, (*3)

"kasser/ksconfig": "*"

to the require section of your composer.json file., (*4)

Subsequently, run, (*5)

./yii migrate/up --migrationPath=@vendor/kasser/ksconfig/migrations

in order to create the settings table in your database., (*6)

Usage

Typical component usage, (*7)


$ksconfig = Yii::$app->getModule('ksconfig'); $value = $ksconfig->getVariable('email');

The Versions

16/02 2016

dev-master

9999999-dev

Yii2 module for key-value settings support

  Sources   Download

MIT

The Requires

 

The Development Requires

yii2 settings management yii2-config kasser