jliu / thinkphp5-wechat
thinkphp5的微信SDK,基于 overtrue/wechat
v1.2
2017-07-21 03:43 UTC
Requires
- overtrue/wechat: ~3.0
This package is not auto-updated.
Last update: 2024-09-29 02:44:30 UTC
README
thinkphp5的微信SDK,基于 overtrue/wechat
安装方法
###第一步 使用composer下载SDK
composer require hooklife/thinkphp5-wechat
###第二步 将配置文件发布到TP目录
在项目根目录执行
php think wechat:config
查看application/extra/wechat.php这个目录是否存在,如果不存在请手动复制一份这个文件 config.php 到 application/extra 这个位置 就OK
使用方法
具体请参考手册 手册,TP中使用代码类似
use Hooklife\ThinkphpWechat\Wechat; Wechat::user_tag()->lists(); Wechat::card()->lists()
如果有不懂的,可以下面评论。 也欢迎大家在github提交issue和PR