stevexu / getui
GeTui extensions
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2024-11-09 19:18:20 UTC
README
GeTui extensions
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist stevexu/getui "*"
or add
"stevexu/yii2-getui": "*"
to the require section of your composer.json
file.
Usage
Once the extension is installed, simply use it in your code by :
add to config file in component section:
'getui'=>[ 'class' => 'stevexu\getui\Getui', // 'appid' => 'a75fa85cfef87b0ae43d', // 'appkey' => 'a75fa85cfef87b0ae43d', // 'mastersecret' => 'a75fa85cfef87b0ae43d', ],
\Yii::$app->getui->run();