arturnawrot/4over-api-client

4over 的 PHP API 客户端

dev-main 2024-03-03 02:03 UTC

This package is auto-updated.

Last update: 2024-10-03 03:24:10 UTC


README

4over API 文档

https://api-users.4over.com/

安装

composer require arturnawrot/4over-api-client

示例用法

<?php

require '../vendor/autoload.php';

use FourOver\FourOverApiClient;

$client = new FourOverApiClient('PUBLIC_KEY', 'PRIVATE_KEY', 'SANDBOX');

$categories = $client->categories->getAllCategories();

print_r($categories);

在以下示例中查看其他用法

examples/createOrder.php,

examples/getShippingQuote.php,

examples/status.php,

examples/tracking.php,

联系我们

如需使用 4over API 开发 Web 应用程序的专业协助,请通过 support@legacysoftwares.com 或拨打 (877) 372-5313 联系我们。

legacysoftwares.com

许可证

MIT 许可证(MIT)。有关更多信息,请参阅 许可证文件