Download the PHP package xwzj/wechat without Composer
On this page you can find all versions of the php package xwzj/wechat. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package wechat
微信相关SDK
Installation
Use Composer to install the library.
小程序,公众号,H5支付,App支付,扫码支付模式二
支付回调 (小程序,公众号,H5支付,App支付,扫码支付模式二)
申请退款
扫码支付模式一
事件推送相关
小程序用户信息相关
所有代码api都可以在examples目录中查看
目录结构
wechat SDK根目录
├─curl curl封装代码目录
│ ├─Request 请求类
│
├─examples 示例代码目录
│ ├─BizPayUrl.php 扫码支付模式一示例代码
│ ├─PayNotify.php 微信支付回调通知示例代码
│ └─PayUnifiedOrder 微信支付示例代码
│ └─Refund 退款示例代码
│ └─WxEventPush 微信事件推送
│
├─pay 支付相关代码目录
│ ├─WxPayBizPayUrl.php 扫码支付模式一生成二维码参数
│ ├─WxPayCloseOrder.php 关闭订单输入对象
│ └─WxPayDataBase 基础数据类
│ └─WxPayDownloadBill 下载对账单输入对象
│ └─WxPayException 微信异常处理
│ └─WxPayMicroPay 提交被扫输入对象
│ └─WxPayNotify 支付回调通知
│ └─WxPayOrderQuery 订单查询
│ └─WxPayRefund 提交退款
│ └─WxPayRefundQuery 退款查询
│ └─WxPayReverse 撤销输入
│ └─WxPayShortUrl 短链转换
│ └─WxPayUnifiedOrder 统一下单输入对象
│
├─weapp 公众号及小程序相关SDK
│ ├─EventPush.php 微信公众号事件推送类
│ ├─SendEventPushMsg.php 消息推送信息返回格式化类
│ └─WeAppData 数据基类
│ └─WeAppException 微信异常处理
│ └─WxTemplate 模板消息相关
│ └─WxUser 微信用户相关
│
All versions of wechat with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.6
The package xwzj/wechat contains the following files
Loading the files please wait ....