承接 handsomegyr/wechat 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

handsomegyr/wechat

最新稳定版本:2.1.1

Composer 安装命令:

composer require handsomegyr/wechat

包简介

A simple PHP client library for weixin

关键字:

README 文档

README

#微信公众平台开发模式通用接口API新版

MIT Build Status Coverage Packagist

Requirement

  1. PHP >= 5.5
  2. 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

GitHub 信息

  • Stars: 4
  • Watchers: 2
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2016-07-28