Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shunhua/larapay
支付宝支付、银联支付、微信支付、paypal
https://github.com/shunhua/larapay
Last synced: about 1 month ago
JSON representation
支付宝支付、银联支付、微信支付、paypal
- Host: GitHub
- URL: https://github.com/shunhua/larapay
- Owner: shunhua
- Created: 2018-12-04T06:04:36.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-04T07:37:03.000Z (about 6 years ago)
- Last Synced: 2024-11-20T20:41:15.803Z (about 1 month ago)
- Language: PHP
- Homepage:
- Size: 35.2 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```