Download the PHP package canuonifeng/omnipay-wechatpay without Composer
On this page you can find all versions of the php package canuonifeng/omnipay-wechatpay. 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 omnipay-wechatpay
Omnipay: WechatPay
- forked from lokielse/omnipay-wechatpay
- for PHP 5.3+
- add refunded notify
Installation
Omnipay is installed via Composer. To install, simply add it
to your composer.json
file:
"codeages/omnipay-wechatpay": "^1.0",
And run composer to update your dependencies:
$ composer update -vvv
Basic Usage
The following gateways are provided by this package:
- WechatPay (Wechat Common Gateway) 微信支付通用网关
- WechatPay_App (Wechat App Gateway) 微信APP支付网关
- WechatPay_Native (Wechat Native Gateway) 微信原生扫码支付支付网关
- WechatPay_Js (Wechat Js API/MP Gateway) 微信网页、公众号、小程序支付网关
- WechatPay_Pos (Wechat Micro/POS Gateway) 微信刷卡支付网关
- WechatPay_Mweb (Wechat H5 Gateway) 微信H5支付网关
Usage
Create Order doc
Notify doc
Query Order doc
Close Order doc
Refund doc
Refund Notify doc
QueryRefund doc
Shorten URL (for WechatPay_Native
) doc
Query OpenId (for WechatPay_Pos
) doc
For general usage instructions, please see the main Omnipay repository.
All versions of omnipay-wechatpay with dependencies
PHP Build Version
Package Version
Requires
omnipay/common Version
~2.0
The package canuonifeng/omnipay-wechatpay contains the following files
Loading the files please wait ....