Download the PHP package lvht/alipay without Composer
On this page you can find all versions of the php package lvht/alipay. 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 alipay
支付宝快捷支付服务端工具包
最近做的一个小项目用到了支付宝快捷支付,整理了一下服务端的代码。 希望大家少走弯路。
功能特性
- 生成移动sdk商品信息字符串
- 验证并解析支付宝异步通知(仅RSA签名)
- 提供 Laravel 集成支持
- 目前仅支持必选字段
使用方法
安装
生成sdk商品信息参数示例:
解析支付宝异步通知:
Laravel 集成
在app/config/app.php
中添加
创建app/config/pay.php
,内容如下:
注意,支付宝的公钥文件内容为(来自支付宝官方示例程序包):
商户私钥文件格式如下:
Enjoy it!
All versions of alipay with dependencies
PHP Build Version
Package Version
The package lvht/alipay contains the following files
Loading the files please wait ....