easyexpress/shunfeng
最新稳定版本:1.0.1
Composer 安装命令:
composer require easyexpress/shunfeng
包简介
顺丰SDK
README 文档
README
EasyExpress is a PHP library for use ShunFeng APIs.
SDK QQ群:665052579
Requirement
- PHP >= 5.5.9
- PHP cURL 扩展
- PHP OpenSSL 扩展
SDK 对所使用的框架并无特别要求
Installation
composer require "easyexpress/shunfeng:~1.0" -vvv
Usage
基本使用:(以附加服务查询为例)
$config = [ 'debug' => true, 'appID' => '000***11', 'appKey' => 'AC9DA1B7452***775118CA8DB1237431', 'custID' => '7550***174', 'log' => [ 'level' => 'debug', 'file' => '/tmp/express.log' ] ]; $app = new \EasyExpress\Foundation\Application($config); $order = $app->order; $order->queryProductAdditional();
Documentation
强烈建议看懂顺丰文档后再来使用本 SDK。 https://open.sf-express.com/doc/sf_openapi_document_V1.pdf
License
MIT
统计信息
- 总下载量: 829
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 14
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-09-01