Download the PHP package min-radish/php-ali-pay without Composer
On this page you can find all versions of the php package min-radish/php-ali-pay. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download min-radish/php-ali-pay
More information about min-radish/php-ali-pay
Files in min-radish/php-ali-pay
Download min-radish/php-ali-pay
More information about min-radish/php-ali-pay
Files in min-radish/php-ali-pay
Please rate this library. Is it a good library?
Informations about the package php-ali-pay
支付宝接口调用封装
需自定义一个类并继承 Radish\AliPay\AliPay 自定义配置参数
- PC网站支付,WAP网站支付,扫码支付,退款
支付宝支付-配置项
[
'url' => '',
'signPattern' => '',
'appId' => '',
'rsaPrivateKey' => '',
'rsaPublicKey' => '',
'certPublicKey' => '',
'resKey' => '',
'signType' => '',
]
- 参数说明
| 字段 | 说明 |
|---|---|
| url | 网关 |
| signPattern | 秘钥方式 1:文件,2:字符串 |
| appId | 支付宝分配给开发者的应用ID |
| rsaPrivateKey | rsa私钥证书(应用私钥) |
| rsaPublicKey | rsa公钥证书(应用公钥) |
| certPublicKey | 支付宝公钥 |
| resKey | AES密钥 |
| signType | 生成验签方式-默认(RSA2) |
All versions of php-ali-pay with dependencies
PHP Build Version
Package Version
The package min-radish/php-ali-pay contains the following files
Loading the files please wait ...