大卡实验室/四方快递

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

This package is auto-updated.

Last update: 2024-09-08 15:31:35 UTC


README

非官方PHP API包装器,用于4px WebService (http://express.4px.com/)

Build Status codecov Latest Stable Version Total Downloads License

安装

composer require dakalab/four-party-express

使用

订单跟踪

use Dakalab\FourPartyExpress\ToolClient;

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

print_r($res);