2017 © Pedro Peláez
 

library easypay

Wechat and Alipay payment SDK

image

fantasystudio/easypay

Wechat and Alipay payment SDK

  • Wednesday, June 13, 2018
  • by Nothing
  • Repository
  • 2 Watchers
  • 25 Stars
  • 101 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 17 Versions
  • 36 % Grown

The README.md

EasyPay

轻松集成支付宝,微信支付 到您的业务逻辑中。, (*1)

我该怎么下载安装

composer require fantasystudio/easypay

我想看看一些代码

use \FantasyStudio\EasyPay\AliPay\Qr\Qr;

$qr = new Qr();
$qr->setAppId("201703300571632");
$qr->setSignType("RSA");
$qr->setPrivateKey("私钥内容,不要携带-----BEGIN RSA PRIVATE KEY-----");
$qr->purchase([
    "total_amount" => 0.01, "out_trade_no" => "2120960179264092", "subject" => "subjectaa"
]);

$result = $qr->sendPaymentRequest(); //发起扫码支付

var_dump($result->getRequestData()); //获取请求数据
var_dump($result->getResponseData()); //获取网关响应数据
var_dump($result->isSuccessful()); // 请求是否成功


开始集成

分类 网关 描述 相关链接
支付宝 Qr 扫码支付 官方文档 | 使用文档
支付宝 Pos 条码支付 官方文档 | 使用文档
支付宝 JSApi 支付宝容器内支付(类似微信JSSDK支付) 官方文档 | 使用文档
支付宝 Web 电脑网站支付 官方文档 | 未完成
支付宝 Wap 手机网站支付 官方文档 | 未完成
支付宝 App APP支付 官方文档 | 使用文档
微信支付 Pos 刷卡支付 官方文档 | 使用文档
微信支付 JSApi 公众号支付(JSSDK) 官方文档 | 使用文档
微信支付 Native 扫码支付 官方文档 | 使用文档
微信支付 App APP支付 官方文档 | 使用文档
微信支付 H5 H5支付 官方文档 | 使用文档

The Versions

13/06 2018

dev-master

9999999-dev

Wechat and Alipay payment SDK

  Sources   Download

Apache-2.0 Apache2

The Requires

 

by AndyLee

alipay weixin wechat

13/06 2018

v2.3.6

2.3.6.0

Wechat and Alipay payment SDK

  Sources   Download

Apache-2.0

The Requires

 

by AndyLee

alipay weixin wechat

12/06 2018

v2.3.5

2.3.5.0

Wechat and Alipay payment SDK

  Sources   Download

Apache-2.0

The Requires

 

by AndyLee

alipay weixin wechat

16/04 2018

v2.3.4

2.3.4.0

Wechat and Alipay payment SDK

  Sources   Download

Apache-2.0

The Requires

 

by AndyLee

alipay weixin wechat

28/02 2018

v2.3.3

2.3.3.0

Wechat and Alipay payment SDK

  Sources   Download

Apache-2.0

The Requires

 

by AndyLee

alipay weixin wechat

03/01 2018

v2.3.2

2.3.2.0

Wechat and Alipay payment SDK

  Sources   Download

Apache-2.0

The Requires

 

by AndyLee

alipay weixin wechat

03/01 2018

v2.3.1

2.3.1.0

Wechat and Alipay payment SDK

  Sources   Download

Apache-2.0

The Requires

 

by AndyLee

alipay weixin wechat

03/01 2018

v2.2.3

2.2.3.0

Wechat and Alipay payment SDK

  Sources   Download

Apache-2.0

The Requires

 

by AndyLee

alipay weixin wechat

03/01 2018

v2.2.2

2.2.2.0

Wechat and Alipay payment SDK

  Sources   Download

Apache-2.0

The Requires

 

by AndyLee

alipay weixin wechat

03/01 2018

v2.2.1

2.2.1.0

Wechat and Alipay payment SDK

  Sources   Download

Apache-2.0

The Requires

 

by AndyLee

alipay weixin wechat

29/12 2017

v2.2.0

2.2.0.0

Wechat and Alipay payment SDK

  Sources   Download

Apache-2.0

The Requires

 

by AndyLee

alipay weixin wechat

28/08 2017

v2.1.0

2.1.0.0

Wechat and Alipay payment SDK

  Sources   Download

Apache-2.0

The Requires

 

by AndyLee

alipay weixin wechat

27/06 2017

2.0.2

2.0.2.0

Wechat and Alipay payment SDK

  Sources   Download

Apache-2.0

The Requires

 

by AndyLee

alipay weixin wechat

21/06 2017

2.0.1

2.0.1.0

Wechat and Alipay payment SDK

  Sources   Download

Apache-2.0

The Requires

 

by AndyLee

alipay weixin wechat

21/06 2017

2.0.0

2.0.0.0

Wechat and Alipay payment SDK

  Sources   Download

Apache-2.0

The Requires

 

by AndyLee

alipay weixin wechat

14/06 2017

v1.0.1

1.0.1.0

Wechat and Alipay payment SDK

  Sources   Download

Apache-2.0

The Requires

 

by AndyLee

alipay weixin wechat

14/06 2017

v1.0.0

1.0.0.0

Wechat and Alipay payment SDK

  Sources   Download

Apache2

The Requires

 

by AndyLee

alipay weixin wechat