Download the PHP package zfuming/omnipay-wxpay without Composer
On this page you can find all versions of the php package zfuming/omnipay-wxpay. 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-wxpay
Omnipay: WxPay
WxPay driver for the Omnipay PHP payment processing library
The WxPay gateway can be accessed from outside of China
Omnipay is a framework agnostic, multi-gateway payment processing library for PHP 5.3+. This package implements UnionPay support for Omnipay.
Installation
Omnipay is installed via Composer. To install, simply add it
to your composer.json
file:
"zfuming/omnipay-wxpay": "^1.0",
And run composer to update your dependencies:
$ composer update -vvv
Basic Usage
The following gateways are provided by this package:
- WxPay (Wechat Common Gateway) 微信支付通用网关
- WxPay_App (Wechat App Gateway) 微信APP支付网关
- WxPay_Native (Wechat Native Gateway) 微信原生扫码支付支付网关
- WxPay_Js (Wechat Js API/MP Gateway) 微信网页、公众号、小程序支付网关
- WxPay_Pos (Wechat Micro/POS Gateway) 微信刷卡支付网关
Usage
Create Order doc
Notify doc
Query Order doc
Close Order doc
Refund doc
QueryRefund doc
Shorten URL (for WxPay_Native
) doc
Query OpenId (for WxPay_Pos
) doc
For general usage instructions, please see the main Omnipay repository.
All versions of omnipay-wxpay with dependencies
PHP Build Version
Package Version
Requires
omnipay/common Version
~2.0
The package zfuming/omnipay-wxpay contains the following files
Loading the files please wait ....