2017 © Pedro Peláez
 

library think-wechat

微信 SDK for thinkphp5.1, 基于 overtrue/wechat

image

zzstudio/think-wechat

微信 SDK for thinkphp5.1, 基于 overtrue/wechat

  • Friday, June 1, 2018
  • by 5ini99
  • Repository
  • 1 Watchers
  • 1 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

think-wechat

微信 SDK for thinkphp5.1.x, 基于 overtrue/wechat, (*1)

安装方法

第一步 使用composer下载SDK

composer require zzstudio/think-wechat

第二步 发布配置文件到TP目录

项目根目录执行, (*2)

php think wechat:config

查看 config/wechat.php 这个文件是否存在,如果不存在手动复制一份这个文件 config.php 到 application/config 这个位置, (*3)

使用方法

具体参考手册 手册, (*4)

TP中使用代码类似, (*5)

use think\Wechat;

// 公众号
$app = Wechat::officialAccount();

// 小程序
$app = Wechat::miniProgram();

// 开放平台
$app = Wechat::openPlatform();

// 企业微信
$app = Wechat::weWork();

// 微信支付
$app = Wechat::payment();

如果有不懂的,可以下面评论。, (*6)

也欢迎大家在github提交issue和PR, (*7)

The Versions

01/06 2018

dev-master

9999999-dev

微信 SDK for thinkphp5.1, 基于 overtrue/wechat

  Sources   Download

Apache-2.0

The Requires

 

by byron sampson

weixin wechat thinkphp5

01/06 2018

v2.0

2.0.0.0

微信 SDK for thinkphp5.1, 基于 overtrue/wechat

  Sources   Download

Apache-2.0

The Requires

 

by byron sampson

weixin wechat thinkphp5