Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.04 KB

README.md

File metadata and controls

29 lines (19 loc) · 1.04 KB

four-party-express

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);