Download the PHP package cccyun/wechatpay-sdk without Composer
On this page you can find all versions of the php package cccyun/wechatpay-sdk. 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 wechatpay-sdk
WeChatPay SDK for PHP
微信支付第三方 PHP SDK,基于官方最新版本,包含V2和V3两种接口。
功能特点
- 根据微信支付最新API开发,相比官方SDK,功能更完善,代码更简洁
- 支持V2和V3两种接口,支持微信支付服务商模式与电商收付通模式
- 支持Composer安装,无需加载多余组件,可应用于任何平台或框架
- 符合
PSR
标准,你可以各种方便的与你的框架集成 - 基本完善的PHPDoc,可以随心所欲添加本项目中没有的API接口
环境要求
PHP
>= 7.1
使用方法
-
Composer 安装。
-
创建APIv2配置文件
config.php
,填写微信支付商户信息。 -
引入配置文件,构造请求参数,调用PaymentService中的方法发起请求,APIv2参考
examples/V3/qrpay.php
-
更多实例,请移步
examples
目录。 -
类功能说明
类名 说明 PaymentService 基础支付服务类,所有支付功能都用这个 JsApiTool JSAPI支付工具类,用于公众号、小程序登录获取Openid TransferService 微信支付商家转账功能 ProfitsharingService 微信支付分账功能 ComplainService 消费者投诉处理功能 PartnerPaymentService 服务商基础支付服务类,APIv3服务商调用支付功能使用 - 要对接的API在以上实现类中没有,可根据微信支付官方的文档,使用BaseService类中的execute方法直接调用接口,参考
examples/V3/other.php
All versions of wechatpay-sdk with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1
ext-openssl Version *
ext-json Version *
ext-curl Version *
ext-libxml Version *
ext-simplexml Version *
ext-openssl Version *
ext-json Version *
ext-curl Version *
ext-libxml Version *
ext-simplexml Version *
The package cccyun/wechatpay-sdk contains the following files
Loading the files please wait ....