Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shunhua/larapay

支付宝支付、银联支付、微信支付、paypal
https://github.com/shunhua/larapay

Last synced: about 1 month ago
JSON representation

支付宝支付、银联支付、微信支付、paypal

Awesome Lists containing this project

README

        

## 环境要求

* PHP >= 5.6

## 当前支持的接口

### 支付宝接口

* 即时到账(wap,web,app)
* 交易退款接口
* 单笔转账到支付宝

### 微信接口

* 公众号支付
* APP支付
* H5支付
* 扫码支付
* 企业付款到零钱
* 企业付款到银行卡
* 交易退款接口
* 公众号现金红包

### 银联

* 网关支付(web,app)

### Paypal

* APP,网关支付
* 退款
* MassPay(多人转账)

## 文档

* [支付宝](doc/Alipay.md)
* [微信支付](doc/Wechatpay.md)
* [银联支付](doc/Unionpay.md)
* Paypal (拖延症中...)

## 安装使用

* 通过composer(推荐)

```
composer require "shunhua/larapay"
```

* composer.json

```
"require": {
"shunhua/larapay": "0.*"
}
```

然后运行

```
composer update shunhua/larapay
```