GeTui
GeTui extensions, (*1)
Installation
The preferred way to install this extension is through composer., (*2)
Either run, (*3)
php composer.phar require --prefer-dist stevexu/getui "*"
or add, (*4)
"stevexu/yii2-getui": "*"
to the require section of your composer.json
file., (*5)
Usage
Once the extension is installed, simply use it in your code by :, (*6)
add to config file in component section:, (*7)
'getui'=>[
'class' => 'stevexu\getui\Getui',
// 'appid' => 'a75fa85cfef87b0ae43d',
// 'appkey' => 'a75fa85cfef87b0ae43d',
// 'mastersecret' => 'a75fa85cfef87b0ae43d',
],
\Yii::$app->getui->run();