2017 © Pedro Peláez
 

library omnipay-alipay

Alipay gateway for Omnipay payment processing library

image

lokielse/omnipay-alipay

Alipay gateway for Omnipay payment processing library

  • Thursday, May 24, 2018
  • by waisir
  • Repository
  • 27 Watchers
  • 405 Stars
  • 81,335 Installations
  • PHP
  • 13 Dependents
  • 3 Suggesters
  • 102 Forks
  • 8 Open issues
  • 61 Versions
  • 7 % Grown

The README.md

Omnipay: Alipay

travis Latest Version on Packagist Total Downloads [Code Coverage][link-code-coverage] Software License, (*1)

Alipay driver for the Omnipay PHP payment processing library, (*2)

Omnipay is a framework agnostic, multi-gateway payment processing library for PHP. This package implements Alipay support for Omnipay., (*3)

Cross-border Alipay payment please use lokielse/omnipay-global-alipay, (*4)

Legacy Version please use "lokielse/omnipay-alipay": "dev-legacy", (*5)

Installation

composer require lokielse/omnipay-alipay

Basic Usage

The following gateways are provided by this package:, (*6)

Gateway Description 说明   Links
Alipay_AopPage Alipay Page Gateway 电脑网站支付 - new Usage [Doc][link-doc-aop-page]
Alipay_AopApp Alipay APP Gateway APP支付 - new Usage Doc
Alipay_AopF2F Alipay Face To Face Gateway 当面付 - new Usage [Doc][link-doc-aop-f2f]
Alipay_AopWap Alipay WAP Gateway 手机网站支付 - new Usage Doc
Alipay_AopJs Alipay Js Gateway JSAPI - new Usage Doc
Alipay_LegacyApp Alipay Legacy APP Gateway APP支付 Usage [Doc][link-doc-legacy-app]
Alipay_LegacyExpress Alipay Legacy Express Gateway 即时到账 Usage Doc
Alipay_LegacyWap Alipay Legacy WAP Gateway 手机网站支付 Usage [Doc][link-doc-legacy-wap]

Usage

Purchase (购买)

/**
 * @var AopAppGateway $gateway
 */
$gateway = Omnipay::create('Alipay_AopPage');
$gateway->setSignType('RSA2'); // RSA/RSA2/MD5. Use certificate mode must set RSA2
$gateway->setAppId('the_app_id');
$gateway->setPrivateKey('the_app_private_key');
$gateway->setAlipayPublicKey('the_alipay_public_key'); // Need not set this when used certificate mode
$gateway->setReturnUrl('https://www.example.com/return');
$gateway->setNotifyUrl('https://www.example.com/notify');

// Must set cert path if you used certificate mode
//$gateway->setAlipayRootCert('the_alipay_root_cert'); // alipayRootCert.crt
//$gateway->setAlipayPublicCert('the_alipay_public_cert'); // alipayCertPublicKey_RSA2.crt
//$gateway->setAppCert('the_app_public_cert'); // appCertPublicKey.crt
//$gateway->setCheckAlipayPublicCert(true);

/**
 * @var AopTradePagePayResponse $response
 */
$response = $gateway->purchase()->setBizContent([
    'subject'      => 'test',
    'out_trade_no' => date('YmdHis') . mt_rand(1000, 9999),
    'total_amount' => '0.01',
    'product_code' => 'FAST_INSTANT_TRADE_PAY',
])->send();

$url = $response->getRedirectUrl();

For general usage instructions, please see the, (*7)

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., (*8)

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., (*9)

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., (*10)

The Versions

24/05 2018

dev-master

9999999-dev https://github.com/lokielse/omnipay-alipay

Alipay gateway for Omnipay payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires

payment pay gateway merchant purchase omnipay alipay

24/05 2018

dev-analysis-zRJNmn

dev-analysis-zRJNmn https://github.com/lokielse/omnipay-alipay

Alipay gateway for Omnipay payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires

payment pay gateway merchant purchase omnipay alipay

21/05 2018

dev-develop

dev-develop https://github.com/lokielse/omnipay-alipay

Alipay gateway for Omnipay payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires

payment pay gateway merchant purchase omnipay alipay

21/05 2018

v3.0.3

3.0.3.0 https://github.com/lokielse/omnipay-alipay

Alipay gateway for Omnipay payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires

payment pay gateway merchant purchase omnipay alipay

12/05 2018

v3.0-beta.2

3.0.0.0-beta2 https://github.com/lokielse/omnipay-alipay

Alipay gateway for Omnipay payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires

payment pay gateway merchant purchase omnipay alipay

24/04 2018

v3.0-beta.1

3.0.0.0-beta1 https://github.com/lokielse/omnipay-alipay

Alipay gateway for Omnipay payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires

payment pay gateway merchant purchase omnipay alipay

10/04 2018

v3.0-alpha.2

3.0.0.0-alpha2 https://github.com/lokielse/omnipay-alipay

Alipay gateway for Omnipay payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires

payment pay gateway merchant purchase omnipay alipay

30/03 2018

v3.0-alpha.1

3.0.0.0-alpha1 https://github.com/lokielse/omnipay-alipay

Alipay gateway for Omnipay payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires

payment pay gateway merchant purchase omnipay alipay

11/03 2018

3.x-dev

3.9999999.9999999.9999999-dev https://github.com/lokielse/omnipay-alipay

Alipay gateway for Omnipay payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires

payment pay gateway merchant purchase omnipay alipay

24/12 2017

v2.3.6

2.3.6.0 https://github.com/lokielse/omnipay-alipay

Alipay gateway for Omnipay payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires

payment pay gateway merchant purchase omnipay alipay

12/10 2017

dev-analysis-qgE05Q

dev-analysis-qgE05Q https://github.com/lokielse/omnipay-alipay

Alipay gateway for Omnipay payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires

payment pay gateway merchant purchase omnipay alipay

28/09 2017

v2.3.5

2.3.5.0 https://github.com/lokielse/omnipay-alipay

Alipay gateway for Omnipay payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires

payment pay gateway merchant purchase omnipay alipay

10/05 2017

v2.3.4

2.3.4.0 https://github.com/lokielse/omnipay-alipay

Alipay gateway for Omnipay payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires

payment pay gateway merchant purchase omnipay alipay

28/03 2017

v2.3.3

2.3.3.0 https://github.com/lokielse/omnipay-alipay

Alipay gateway for Omnipay payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires

payment pay gateway merchant purchase omnipay alipay

04/03 2017

v2.3.2

2.3.2.0 https://github.com/lokielse/omnipay-alipay

Alipay gateway for Omnipay payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires

payment pay gateway merchant purchase omnipay alipay

16/02 2017

v2.0.10

2.0.10.0 https://github.com/lokielse/omnipay-alipay

Alipay gateway for Omnipay payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires

payment pay gateway merchant purchase omnipay alipay

15/02 2017

v2.0.9

2.0.9.0 https://github.com/lokielse/omnipay-alipay

Alipay gateway for Omnipay payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires

payment pay gateway merchant purchase omnipay alipay

07/12 2016

v2.0.8

2.0.8.0 https://github.com/lokielse/omnipay-alipay

Alipay gateway for Omnipay payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires

payment pay gateway merchant purchase omnipay alipay

07/12 2016

dev-legacy

dev-legacy https://github.com/lokielse/omnipay-alipay

Alipay gateway for Omnipay payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires

payment pay gateway merchant purchase omnipay alipay

25/11 2016

v2.0.5

2.0.5.0 https://github.com/lokielse/omnipay-alipay

Alipay gateway for Omnipay payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires

payment pay gateway merchant purchase omnipay alipay

25/11 2016

v2.0.7

2.0.7.0 https://github.com/lokielse/omnipay-alipay

Alipay gateway for Omnipay payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires

payment pay gateway merchant purchase omnipay alipay

02/11 2016

v2.0.4

2.0.4.0 https://github.com/lokielse/omnipay-alipay

Alipay gateway for Omnipay payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires

payment pay gateway merchant purchase omnipay alipay

25/09 2016

v2.0.3

2.0.3.0 https://github.com/lokielse/omnipay-alipay

Alipay gateway for Omnipay payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires

payment pay gateway merchant purchase omnipay alipay

24/09 2016

v2.0.2

2.0.2.0 https://github.com/lokielse/omnipay-alipay

Alipay gateway for Omnipay payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires

payment pay gateway merchant purchase omnipay alipay

24/09 2016

v2.0.1

2.0.1.0 https://github.com/lokielse/omnipay-alipay

Alipay gateway for Omnipay payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires

payment pay gateway merchant purchase omnipay alipay

24/09 2016

v2.0.0

2.0.0.0 https://github.com/lokielse/omnipay-alipay

Alipay gateway for Omnipay payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires

payment pay gateway merchant purchase omnipay alipay

22/09 2016

v1.4.13

1.4.13.0 https://github.com/lokielse/omnipay-alipay

Alipay gateway for Omnipay payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires

payment pay gateway merchant purchase omnipay alipay

19/09 2016

v1.4.12

1.4.12.0 https://github.com/lokielse/omnipay-alipay

Alipay gateway for Omnipay payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires

payment pay gateway merchant purchase omnipay alipay

19/09 2016

v1.4.11

1.4.11.0 https://github.com/lokielse/omnipay-alipay

Alipay gateway for Omnipay payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires

payment pay gateway merchant purchase omnipay alipay

06/09 2016

v1.4.10

1.4.10.0 https://github.com/lokielse/omnipay-alipay

Alipay gateway for Omnipay payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires

payment pay gateway merchant purchase omnipay alipay

09/08 2016

v1.4.9

1.4.9.0 https://github.com/lokielse/omnipay-alipay

Alipay gateway for Omnipay payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires

payment pay gateway merchant purchase omnipay alipay

19/01 2016

v1.4.8

1.4.8.0 https://github.com/lokielse/omnipay-alipay

Alipay gateway for Omnipay payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires

payment pay gateway merchant purchase omnipay alipay

15/09 2015

v1.4.7

1.4.7.0 https://github.com/lokielse/omnipay-alipay

Alipay gateway for Omnipay payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires

payment pay gateway merchant purchase omnipay alipay

18/08 2015

v1.4.6

1.4.6.0 https://github.com/lokielse/omnipay-alipay

Alipay gateway for Omnipay payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires

payment pay gateway merchant purchase omnipay alipay

17/08 2015

v1.4.5

1.4.5.0 https://github.com/lokielse/omnipay-alipay

Alipay gateway for Omnipay payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires

payment pay gateway merchant purchase omnipay alipay

17/08 2015

v1.4.0

1.4.0.0 https://github.com/lokielse/omnipay-alipay

Alipay gateway for Omnipay payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires

payment pay gateway merchant purchase omnipay alipay

16/08 2015

v1.3.0

1.3.0.0 https://github.com/lokielse/omnipay-alipay

Alipay gateway for Omnipay payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires

payment pay gateway merchant purchase omnipay alipay

16/08 2015

v1.2.0

1.2.0.0 https://github.com/lokielse/omnipay-alipay

Alipay gateway for Omnipay payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires

payment pay gateway merchant purchase omnipay alipay

25/07 2015

v1.0.1

1.0.1.0 https://github.com/lokielse/omnipay-alipay

Alipay gateway for Omnipay payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires

payment pay gateway merchant purchase omnipay alipay

23/06 2015

v1.0.0

1.0.0.0 https://github.com/lokielse/omnipay-alipay

Alipay gateway for Omnipay payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires

payment pay gateway merchant purchase omnipay alipay

10/12 2014

2.3.2

2.3.2.0 https://github.com/thephpleague/omnipay

Includes Omnipay payment processing library and all officially supported gateways

  Sources   Download

MIT

The Requires

 

The Development Requires

by Adrian Macneil

payment pay gateway merchant purchase 2checkout 2co stripe authorize authorize.net sagepay paypal mollie cardsave eway pin worldpay express ideal payflow targetpay payfast rapid dps coinbase gocardless paymentexpress tala auth.net netaxept twocheckout tala-payments buckaroo commweb egate migs netbanx securepay multisafepay first data firstdata

17/09 2014

v2.3.1

2.3.1.0 https://github.com/thephpleague/omnipay

Includes Omnipay payment processing library and all officially supported gateways

  Sources   Download

MIT

The Requires

 

The Development Requires

by Adrian Macneil

payment pay gateway merchant purchase 2checkout 2co stripe authorize authorize.net sagepay paypal mollie cardsave eway pin worldpay express ideal payflow targetpay payfast rapid dps coinbase gocardless paymentexpress tala auth.net netaxept twocheckout tala-payments buckaroo commweb egate migs netbanx securepay multisafepay first data firstdata

12/05 2014

v2.3.0

2.3.0.0 https://github.com/omnipay/omnipay

Includes Omnipay payment processing library and all officially supported gateways

  Sources   Download

MIT

The Requires

 

The Development Requires

by Adrian Macneil

payment pay gateway merchant purchase 2checkout 2co stripe authorize authorize.net sagepay paypal mollie cardsave eway pin worldpay express ideal payflow targetpay payfast rapid dps coinbase gocardless paymentexpress tala auth.net netaxept twocheckout tala-payments buckaroo commweb egate migs netbanx securepay multisafepay first data firstdata

08/12 2013

v2.1.0

2.1.0.0 https://github.com/omnipay/omnipay

Includes Omnipay payment processing library and all officially supported gateways

  Sources   Download

MIT

The Requires

 

The Development Requires

by Adrian Macneil

payment pay gateway merchant purchase 2checkout 2co stripe authorize authorize.net sagepay paypal mollie cardsave eway pin worldpay express ideal payflow targetpay payfast rapid dps gocardless paymentexpress tala auth.net netaxept twocheckout tala-payments buckaroo commweb egate migs netbanx securepay multisafepay first data firstdata

19/10 2013

v1.1.0

1.1.0.0 https://github.com/adrianmacneil/omnipay

A framework agnostic, multi-gateway payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Adrian Macneil

payment pay gateway merchant purchase 2checkout 2co stripe authorize authorize.net sagepay paypal mollie cardsave eway pin worldpay express ideal payflow targetpay payfast rapid dps gocardless paymentexpress tala auth.net netaxept twocheckout tala-payments buckaroo commweb egate migs netbanx securepay multisafepay

21/09 2013

v1.0.4

1.0.4.0 https://github.com/adrianmacneil/omnipay

A framework agnostic, multi-gateway payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Adrian Macneil

payment pay gateway merchant purchase 2checkout 2co stripe authorize authorize.net sagepay paypal mollie cardsave eway pin worldpay express ideal payflow payfast rapid dps gocardless paymentexpress tala auth.net netaxept twocheckout tala-payments buckaroo commweb egate migs netbanx securepay

28/08 2013

v1.0.3

1.0.3.0 https://github.com/adrianmacneil/omnipay

A framework agnostic, multi-gateway payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Adrian Macneil

payment pay gateway merchant purchase 2checkout 2co stripe authorize authorize.net sagepay paypal mollie cardsave eway pin worldpay express ideal payflow payfast rapid dps gocardless paymentexpress tala auth.net netaxept twocheckout tala-payments buckaroo commweb egate migs netbanx securepay

23/07 2013

v1.0.2

1.0.2.0 https://github.com/adrianmacneil/omnipay

A framework agnostic, multi-gateway payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Adrian Macneil

payment pay gateway merchant purchase 2checkout 2co stripe authorize authorize.net sagepay paypal mollie cardsave eway pin worldpay express ideal payflow payfast rapid dps gocardless paymentexpress tala auth.net netaxept twocheckout tala-payments buckaroo commweb egate migs netbanx securepay

12/06 2013

v0.9.3

0.9.3.0 https://github.com/adrianmacneil/omnipay

Omnipay is a framework agnostic multi-gateway payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Adrian Macneil

payment gateway merchant purchase 2checkout 2co stripe authorize authorize.net sagepay paypal cardsave pin worldpay payflow dps gocardless paymentexpress tala auth.net netaxept twocheckout tala-payments sage pay

03/06 2013

v0.9.2

0.9.2.0 https://github.com/adrianmacneil/omnipay

Omnipay is a framework agnostic multi-gateway payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Adrian Macneil

payment gateway merchant purchase 2checkout 2co stripe authorize authorize.net sagepay paypal cardsave pin worldpay payflow dps gocardless paymentexpress tala auth.net netaxept twocheckout tala-payments sage pay

07/05 2013

v0.9.1

0.9.1.0 https://github.com/adrianmacneil/omnipay

Omnipay is a framework agnostic multi-gateway payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Adrian Macneil

payment gateway merchant purchase 2checkout 2co stripe authorize authorize.net sagepay paypal cardsave pin worldpay payflow dps gocardless paymentexpress tala auth.net netaxept twocheckout tala-payments sage pay

05/05 2013

v0.9.0

0.9.0.0 https://github.com/adrianmacneil/omnipay

Omnipay is a framework agnostic multi-gateway payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Adrian Macneil

payment gateway merchant purchase 2checkout 2co stripe authorize authorize.net sagepay paypal cardsave pin worldpay payflow dps gocardless paymentexpress tala auth.net netaxept twocheckout tala-payments sage pay

14/03 2013

v0.8.4

0.8.4.0 https://github.com/adrianmacneil/omnipay

Omnipay is a framework agnostic multi-gateway payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Adrian Macneil

payment gateway merchant purchase 2checkout 2co stripe authorize authorize.net sagepay paypal cardsave pin worldpay payflow dps gocardless paymentexpress tala auth.net netaxept twocheckout tala-payments sage pay

06/03 2013

v0.8.3

0.8.3.0 https://github.com/adrianmacneil/omnipay

Omnipay is a framework agnostic multi-gateway payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Adrian Macneil

payment gateway merchant purchase 2checkout 2co stripe authorize authorize.net sagepay paypal cardsave pin worldpay payflow dps gocardless paymentexpress tala auth.net netaxept twocheckout tala-payments sage pay

28/02 2013

v0.8.2

0.8.2.0 https://github.com/adrianmacneil/omnipay

Omnipay is a framework agnostic multi-gateway payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Adrian Macneil

payment gateway merchant purchase 2checkout 2co stripe authorize authorize.net sagepay paypal cardsave pin worldpay payflow dps gocardless paymentexpress tala auth.net netaxept twocheckout tala-payments sage pay

28/02 2013

v0.8.1

0.8.1.0 https://github.com/adrianmacneil/omnipay

Omnipay is a framework agnostic multi-gateway payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Adrian Macneil

payment gateway merchant purchase 2checkout 2co stripe authorize authorize.net sagepay paypal cardsave pin worldpay payflow dps gocardless paymentexpress tala auth.net netaxept twocheckout tala-payments sage pay

27/02 2013

v0.8.0

0.8.0.0 https://github.com/adrianmacneil/omnipay

Omnipay is a framework agnostic multi-gateway payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Adrian Macneil

payment gateway merchant purchase 2checkout 2co stripe authorize authorize.net sagepay paypal cardsave pin worldpay payflow dps gocardless paymentexpress tala auth.net netaxept twocheckout tala-payments sage pay

16/02 2013

v0.7.1

0.7.1.0 https://github.com/adrianmacneil/omnipay

Omnipay is a framework agnostic multi-gateway payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Adrian Macneil

payment gateway merchant purchase 2checkout stripe authorize authorize.net paypal cardsave pin worldpay payflow dps gocardless paymentexpress tala auth.net netaxept twocheckout tala-payments

15/02 2013

v0.7.0

0.7.0.0 https://github.com/adrianmacneil/omnipay

Omnipay is a framework agnostic multi-gateway payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Adrian Macneil

payment gateway merchant purchase 2checkout stripe authorize authorize.net paypal cardsave pin worldpay payflow dps gocardless paymentexpress tala auth.net netaxept twocheckout tala-payments

14/02 2013

v0.6.1

0.6.1.0 https://github.com/adrianmacneil/omnipay

Omnipay is a framework agnostic multi-gateway payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Adrian Macneil

payment gateway merchant purchase 2checkout stripe authorize authorize.net paypal cardsave pin worldpay payflow dps gocardless paymentexpress tala auth.net netaxept twocheckout tala-payments

12/02 2013

v0.6.0

0.6.0.0 https://github.com/adrianmacneil/omnipay

Omnipay is a framework agnostic multi-gateway payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Adrian Macneil

payment gateway merchant purchase 2checkout stripe authorize authorize.net paypal cardsave pin worldpay payflow dps gocardless paymentexpress tala auth.net netaxept twocheckout