miuhr/alipay-sdk

支付宝SDK


License
MIT

Documentation

Alipay SDK (支付宝SDK)

Latest Stable Version Total Downloads License

所有SDK源文件取自 支付宝官网,原版未改动。

最后更新版本参见保留目录名

使用

composer require miuhr/alipay-sdk

所有类都被映射到了顶层命名空间

$c = new \AopClient();
$c->gatewayUrl = "https://openapi.alipay.com/gateway.do";

$request= new \AlipaySystemOauthTokenRequest();
$request->setCode($auth_code);