Skip to content

uwang/alipay-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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);

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages