xiuchanghu/yii2-wechat

wechat

安装: 9

依赖: 0

建议者: 0

安全: 0

星标: 0

关注者: 1

分支: 0

开放问题: 0

类型:yii2-extension

dev-master 2015-06-03 06:47 UTC

This package is not auto-updated.

Last update: 2024-09-28 18:47:39 UTC


README

wechat

安装

安装此扩展的首选方式是通过 Composer

运行以下命令之一:

composer require 'xiuchanghu/yii2-wechat:dev-master'

或者在您的 composer.json 文件的 require 部分添加

"xiuchanghu/yii2-wechat": "*"

to

使用

扩展安装后,只需在代码中使用即可

<?= \xiuchanghu\wechat\AutoloadExample::widget(); ?>```