zjweimob / yii-weimob
yii2 weimob sdk
Package info
github.com/RunToFire/zjweimob-yii-weimob
Type:yii2-extension
pkg:composer/zjweimob/yii-weimob
V1.1.0
2022-01-25 03:43 UTC
Requires
- guzzlehttp/guzzle: ^6.5
- symfony/cache: ^4.4
- yiisoft/yii2: ~2.0.0
README
yii2 weimob sdk
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist zjweimob/yii-weimob "*"
or add
"zjweimob/yii-weimob": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \zjweimob\weimob\AutoloadExample::widget(); ?>```