boekuwzending/php-sdk
最新稳定版本:v2.2.1
Composer 安装命令:
composer require boekuwzending/php-sdk
包简介
Boekuwzending API client for PHP.
README 文档
README
Boekuwzending.com API client for PHP
A PHP library for communicating with the Boekuwzending.com API.
Requirements
- A Boekuwzending.com account, create one here
- API credentials, send us an email
- PHP 7.1 or higher
Composer installation
Install the API client using Composer.
$ composer require boekuwzending/php-sdk
Getting started
Creating the client:
$client = Boekuwzending\ClientFactory::build('Your API client ID', 'Your API client Secret');
Asking the API for tracking for a specific shipment:
$client->trackAndTrace->get('c45db117-4b06-43d4-ac5f-11afce96a168');
统计信息
- 总下载量: 1.88k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: BSD-2-Clause
- 更新时间: 2020-01-14