Download the PHP package youwen/exwechat without Composer
On this page you can find all versions of the php package youwen/exwechat. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download youwen/exwechat
More information about youwen/exwechat
Files in youwen/exwechat
Download youwen/exwechat
More information about youwen/exwechat
Files in youwen/exwechat
Vendor youwen
Package exwechat
Short Description exwechat is a Weixin Official Accounts Platform develop library, 这是一个微信公众号开发包。
License MIT
Package exwechat
Short Description exwechat is a Weixin Official Accounts Platform develop library, 这是一个微信公众号开发包。
License MIT
Please rate this library. Is it a good library?
Informations about the package exwechat
exwechat是一个微信公众号开发包
重要组成
- Config 微信公众号配置管理
- Cache 实现Psr\SimpleCache\CacheInterface PSR协议的缓存包
- TokenManager 依赖Config和Cache, 从微信api获得access_token,缓存它。
- ApiClient, 包装GuzzleHttp/Client
- requests, 每一个request都对应微信公众号的API
TokenManager 和 ApiClient是最重要的两个类。
TokenManager 调度cache缓存access_token。 另外从微信公众号获得access_token。
ApiClient 包装GuzzleHttp/Client, xmlProcessor, jsonProcessor三个类。
一部分调用微信公众号接口,另一部分是处理response返回的xml和json内容为array数组。
如何记录接口请求日志
guzzle http middleware 可以设置中间件,通过中间件记录日志
推荐:
已集成的api接口列表
下列表写(否)的接口代码不是微信提供的api接口,而是微信请求我方服务器接口。需要我方根据自身业务进行开发。
- 开始开发
- 自定义菜单
- 消息管理
- 微信网页开发
- 素材管理
- 图文消息留言管理 (下列子项在同一页面中)
- 用户管理
- 用户标签管理
- 设置用户备注名
- 获取用户基本信息(UnionID机制)
- 获取用户列表
- 获取用户地理位置(否)
- 黑名单管理
-
- 获取公众号的黑名单列表
-
- 拉黑用户
-
- 取消拉黑用户
-
- 帐号管理
- 数据统计
- 用户分析
- 获取用户增减数据(getusersummary)
- 获取累计用户数据(getusercumulate)
- 图文分析
- 获取图文群发每日数据(getarticlesummary)
- 获取图文群发总数据(getarticletotal)
- 获取图文统计数据(getuserread)
- 获取图文统计分时数据(getuserreadhour)
- 获取图文分享转发数据(getusershare)
- 获取图文分享转发分时数据(getusersharehour)
- 消息分析
- 获取消息发送概况数据(getupstreammsg)
- 获取消息分送分时数据(getupstreammsghour)
- 获取消息发送周数据(getupstreammsgweek)
- 获取消息发送月数据(getupstreammsgmonth)
- 获取消息发送分布数据(getupstreammsgdist)
- 获取消息发送分布周数据(getupstreammsgdistweek)
- 获取消息发送分布月数据(getupstreammsgdistmonth)
- 广告分析
- 获取公众号分广告位数据 publisher_adpos_general
- 获取公众号返佣商品数据 publisher_cps_general
- 获取公众号结算收入数据及结算主体信息 publisher_settlement
- 接口分析
- 获取接口分析数据(getinterfacesummary)
- 获取接口分析分时数据(getinterfacesummaryhour)
- 用户分析
需自行开发功能列表
- 微信卡券
- 微信门店
- 微信小店
- 智能接口
- 微信设备功能
- 新版客服功能
- 对话能力(原导购助手)
- 微信“一物一码”
- 微信发票
- 微信非税缴费
DEMO1
DEMO2 使用facade
All versions of exwechat with dependencies
PHP Build Version
Package Version
The package youwen/exwechat contains the following files
Loading the files please wait ....