Download the PHP package kuangjy/omnipay-qpay without Composer
On this page you can find all versions of the php package kuangjy/omnipay-qpay. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download kuangjy/omnipay-qpay
More information about kuangjy/omnipay-qpay
Files in kuangjy/omnipay-qpay
Package omnipay-qpay
Short Description QPay(QQ Wallet) driver for the Omnipay PHP payment processing library
License MIT
Informations about the package omnipay-qpay
Omnipay: QPay
QPay(QQ Wallet) driver for the Omnipay PHP payment processing library
Omnipay is a framework agnostic, multi-gateway payment processing library for PHP 5.3+. This package implements QPay support for Omnipay.
Installation
Omnipay is installed via Composer. To install:
composer require kuangjy/omnipay-qpay
Basic Usage
The following gateways are provided by this package:
- QPay (QPay Common Gateway) QQ钱包支付通用网关
- QPay_App (QPay App Gateway) QQ钱包APP支付网关
- QPay_Native (QPay Native Gateway) QQ钱包原生扫码支付网关
- QPay_Js (QPay Js API/MP Gateway) QQ钱包公众号支付网关
- QPay_MicroPay (QPay Micro/POS Gateway) QQ钱包付款码支付网关
- QPay_RedPacket (QPay Red Packet) QQ钱包现金红包网关
- QPay_Transfer (QPay Transfer) QQ钱包企业付款到余额网关
Usage
Create Order doc
Create MicroPay Order doc
Create Transfer doc
Create RedPacket doc
Notify doc
Query Order doc
Close Order doc
Refund doc
QueryRefund doc
For general usage instructions, please see the main Omnipay repository.
Related
This project is based on lokielse/omnipay-wechatpay. Thanks for Loki Else's wonderful works.
Support
If you are having general issues with Omnipay, we suggest posting on Stack Overflow. Be sure to add the omnipay tag so it can be easily found.
If you want to keep up to date with release anouncements, discuss ideas for the project, or ask more detailed questions, there is also a mailing list which you can subscribe to.
If you believe you have found a bug, please report it using the GitHub issue tracker, or better yet, fork the library and submit a pull request.