大卡实验室 / 四方快递
4px API 包装器
v1.0
2018-11-18 15:19 UTC
Requires
- php: >=5.6
Requires (Dev)
This package is auto-updated.
Last update: 2024-09-08 15:31:35 UTC
README
非官方PHP API包装器,用于4px WebService (http://express.4px.com/)
安装
composer require dakalab/four-party-express
使用
订单跟踪
use Dakalab\FourPartyExpress\ToolClient;
$toolClient = new ToolClient('your-token');
$res = $toolClient->cargoTrackingService('the-tracking-no');
print_r($res);