yiifloruit/yii2-wechat

为Yii2的微信扩展

安装: 10

依赖关系: 0

建议者: 0

安全: 0

星标: 0

关注者: 2

分支: 0

开放问题: 0

类型:yii2-extension

dev-master 2017-05-31 02:19 UTC

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(); ?>```