storeden/connect-api-sdk
最新稳定版本:v1.5
Composer 安装命令:
composer require storeden/connect-api-sdk
包简介
Storeden Connect API SDK for PHP
README 文档
README
This repository contains the PHP Connect SDK that make your PHP app consume the Storeden Connect API.
Setup
Storeden Connect SDK can be installed:
git clone https://github.com/storeden/connect-api-sdk.git
Example
$conf = [ 'api_key' => '{your-app-key}', 'api_exchange' => '{your-app-exchange}' ]; $api = new Storeden\Storeden($config); $_store_info = $api->get('/store/info.json'); echo 'Store Name: '.$_store_info->response->store_name;
License
For more information, please see the license file.
统计信息
- 总下载量: 1.1k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Apache
- 更新时间: 2019-11-04