2 Star 2 Fork 0

维维 / wechat

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 360 Bytes
一键复制 编辑 原始数据 按行查看 历史
维维 提交于 2018-04-14 15:20 . 0.0.1

PHP微信

安装

composer required luweiss/wechat

使用方法

require 'vender/autoload.php';
$wechat = new \luweiss\wechat\Wechat([
    'appId' => '',
    'appSecret' => '',
    'mchId' => '',
    'apiKey' => '',
    'certPem' => '',
    'keyPem' => '',
    'cachePath' => '',
]);
$wechat->getAccessToken();
PHP
1
https://gitee.com/luweiss/wechat.git
git@gitee.com:luweiss/wechat.git
luweiss
wechat
wechat
master

搜索帮助