arturnawrot/4over-api-client
Composer 安装命令:
composer require arturnawrot/4over-api-client
包简介
PHP api client for 4over
README 文档
README
4over API docs
Installation
composer require arturnawrot/4over-api-client
Example Usage
<?php require '../vendor/autoload.php'; use FourOver\FourOverApiClient; $client = new FourOverApiClient('PUBLIC_KEY', 'PRIVATE_KEY', 'SANDBOX'); $categories = $client->categories->getAllCategories(); print_r($categories);
See other example usage in:
examples/createOrder.php,
examples/getShippingQuote.php,
examples/status.php,
examples/tracking.php,
Contact Us
For professional assistance with web application development utilizing the 4over API, please contact us at support@legacysoftwares.com or call us at (877) 372-5313.
Licence
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-03-03