library alipay-sdk
支付宝SDK
- Friday, June 8, 2018
- by haobing
- Repository
- 1 Watchers
- 1 Stars
- 35 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 8 Versions
- 3 % Grown
Alipay SDK (支付宝SDK)
, (*1)
所有SDK源文件取自 支付宝官网,原版未改动。, (*2)
最后更新版本参见保留目录名, (*3)
使用
```$bash
composer require miuhr/alipay-sdk, (*4)
所有类都被映射到了顶层命名空间
```php
$c = new \AopClient();
$c->gatewayUrl = "https://openapi.alipay.com/gateway.do";
$request= new \AlipaySystemOauthTokenRequest();
$request->setCode($auth_code);
dev-master
9999999-dev
支付宝SDK
Sources
Download
MIT
The Requires
by
haobing.wang
dev-release/3.0.1
dev-release/3.0.1
支付宝SDK
Sources
Download
MIT
The Requires
by
haobing.wang