starzeng / yii2-wechat
Based on Yii2 WeChat SDK for service, enterprise, subscription
dev-master
2017-12-16 12:32 UTC
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2026-03-15 03:56:21 UTC
README
Based on Yii2 WeChat SDK for service, enterprise, subscription
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist starzeng/yii2-wechat "*"
or add
"starzeng/yii2-wechat": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \starzeng\wechat\AutoloadExample::widget(); ?>```