dakalab/four-party-express

v1.0 2018-11-18 15:19 UTC

This package is auto-updated.

Last update: 2024-05-08 14:47:28 UTC


README

Unofficial PHP API wrapper for WebService of 4px (http://express.4px.com/)

Build Status codecov Latest Stable Version Total Downloads License

Install

composer require dakalab/four-party-express

Usage

Order tracking:

use Dakalab\FourPartyExpress\ToolClient;

$toolClient = new ToolClient('your-token');
$res = $toolClient->cargoTrackingService('the-tracking-no');

print_r($res);