yiifloruit / yii2-wechat
为Yii2的微信扩展
dev-master
2017-05-31 02:19 UTC
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2024-09-20 20:36:35 UTC
README
为Yii2的微信扩展
安装
安装此扩展的首选方式是通过 composer。
运行以下命令之一:
php composer.phar require --prefer-dist yiifloruit/yii2-wechat "*"
或者在您的 composer.json
文件的 require 部分添加:
"yiifloruit/yii2-wechat": "*"
使用方法
安装扩展后,只需在代码中通过以下方式使用即可:
<?= \yiifloruit\wechat\AutoloadExample::widget(); ?>```