arturnawrot/4over-api-client

PHP api client for 4over

dev-main 2025-02-05 09:36 UTC

This package is auto-updated.

Last update: 2025-03-05 09:54:41 UTC


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.