yoage / yii2-easy-wechat4
yii2的微信SDK,基于overtrue/wechat 4.0
0.0.7
2018-04-24 05:55 UTC
Requires
- overtrue/wechat: ~4.0
- yiisoft/yii2: ~2.0.13
This package is not auto-updated.
Last update: 2024-09-29 05:14:50 UTC
README
yii2微信SDK,基于overtrue/easywechat 4.0
安装
推荐通过 composer 安装此扩展。
运行以下命令之一
php composer.phar require --prefer-dist yoage/yii2-easy-wechat4 "*"
或者在您的 composer.json 文件的 require 部分添加
"yoage/yii2-easy-wechat4": "*"
to
使用
扩展安装后,只需在您的代码中使用它即可
<?= \yoage\easywechat\AutoloadExample::widget(); ?>```