- 授权协议: GPL
- 开发语言: PHP
- 操作系统: 跨平台
- 软件首页: https://github.com/hooklife/thinkphp5-wechat
- 软件文档: https://github.com/hooklife/thinkphp5-wechat
- 官方下载: https://github.com/hooklife/thinkphp5-wechat
软件介绍
thinkphp5-wechat
微信 SDK for thinkphp5, 基于 overtrue/wechat
安装方法
第一步 使用composer下载SDK
composer require hooklife/thinkphp5-wechat
第二步 发布配置文件到TP目录
项目根目录执行
php think wechat:config
查看application/extra/wechat.php这个目录是否存在,如果不存在手动复制一份这个文件 config.php 到 application/extra 这个位置就行。
使用方法
具体参考手册 手册 TP中使用代码类似
use Hooklife\ThinkphpWechat\Wechat; Wechat::user_tag()->lists(); Wechat::card()->lists()
Learning JavaScript
Shelley Powers / Oreilly & Associates Inc / 2006-10-17 / $29.99
As web browsers have become more capable and standards compliant, JavaScript has grown in prominence. JavaScript lets designers add sparkle and life to web pages, while more complex JavaScript has led......一起来看看 《Learning JavaScript》 这本书的介绍吧!
