Download the PHP package ycpfzf/pay without Composer
On this page you can find all versions of the php package ycpfzf/pay. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package pay
使用方法
测试完善中....
安装
1 使用composer安装依赖
2 发布资源
在列表中选择 Ycpfzf\Pay\ServiceProvider,运行完毕会在config文件夹生成配置文件pay.php env文件配置示例
使用
支付
- alipay() 使用支付宝支付
- wechat() 使用微信支付
- money($money) 支付金额,不管是支付宝还是微信,统一单位是元。
- outTradeNo($out_trade_no) 商户定义的支付订单号
- subject($subject) 支付说明
- openid($openid) JSAPI支付必须传openid
各支付类型详见文档
退款
- 退款方法 refund($type='',$orderTotalFee=0)
- $type表示类别 ,微信app支付的是app,微信小程序支付的是miniapp,其它方式不用
- $orderTotalFee表示订单金额,为0时表示和退款金额一样,支付宝不用
异步通知
- 通知方法 notify($callback)
All versions of pay with dependencies
PHP Build Version
Package Version
The package ycpfzf/pay contains the following files
Loading the files please wait ....