shunhua/larapay

Alipay,Unicompay

v0.9 2018-12-04 06:43 UTC

This package is auto-updated.

Last update: 2024-04-04 20:10:20 UTC


README

  • PHP >= 5.6

当前支持的接口

支付宝接口

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

微信接口

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

银联

  • 网关支付(web,app)

Paypal

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

文档

安装使用

  • 通过composer(推荐)

     composer require "shunhua/larapay"
    
  • composer.json

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

    然后运行

     composer update shunhua/larapay