定制 arturnawrot/4over-api-client 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

arturnawrot/4over-api-client

Composer 安装命令:

composer require arturnawrot/4over-api-client

包简介

PHP api client for 4over

README 文档

README

4over API docs

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

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.

legacysoftwares.com

Licence

The MIT License (MIT). Please see License File for more information.

统计信息

  • 总下载量: 0
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-03-03