handsomegyr/wechat
最新稳定版本:2.1.1
Composer 安装命令:
composer require handsomegyr/wechat
包简介
A simple PHP client library for weixin
关键字:
README 文档
README
#微信公众平台开发模式通用接口API新版
Requirement
- PHP >= 5.5
- Composer
Installation
$ composer require "handsomegyr/wechat" -vvv
Usage
基本使用(以服务端为例):
<?php $client = new \Weixin\Client(); $client->setAccessToken($access_token); echo "<br/>将一条长链接转成短链接接口<br/>"; $long_url = 'http://www.baidu.com/?a=1&b=2&c=3'; $ret = $client->getShortUrlManager()->long2short($long_url); print_r($ret);
Documentation
License
MIT
统计信息
- 总下载量: 165
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-07-28