文件名称:php-alipay:支付宝PHP SDK
文件大小:146KB
文件格式:ZIP
更新时间:2024-06-03 16:58:06
PHP
php-alipay 支付宝PHP SDK 内容 direct(快捷支付) web(web版) mobile(移动版) ...(其它服务) 使用 初始化 <?php use ddliu\alipay\DirectPay\Web\WebPay; use ddliu\alipay\DirectPay\Mobile\MobilePay; $webPay = new WebPay($options); // 参数参考配置选项说明 $mobilePay = new MobilePay($options); 生成web付款url <?php // ... $webPay->generatePaymentUrl($goodsData); // 参数参考商品选项说明 生成移动客户端支付串 <?php // ... $mobilePay->generatePaymentString($goodsData);
【文件预览】:
php-alipay-master
----src()
--------DirectPay()
----.travis.yml(236B)
----LICENSE(1KB)
----phpunit.xml(180B)
----README.md(2KB)
----data()
--------cacert.pem(251KB)
----tests()
--------DirectPayTest.php(1KB)
----.gitignore(9B)
----composer.json(295B)