zc / zc-wechat
Yii2 wechat
dev-master
2016-11-11 02:27 UTC
Requires
- yiisoft/yii2: ^2.0.6
This package is not auto-updated.
Last update: 2024-09-23 13:39:13 UTC
README
Yii2 wechat
安装
安装此扩展的首选方式是通过 composer。
运行以下命令之一:
php composer.phar require --prefer-dist zc/zc-wechat "*"
或将以下内容添加到您的 composer.json
文件的 require 部分中:
"zc/zc-wechat": "*"
to the require section of your composer.json
file.
使用
扩展安装后,只需在您的代码中通过
<?= \zc\wechat\AutoloadExample::widget(); ?>```