yanlongma/express

Express query

0.1 2018-01-16 11:06 UTC

This package is not auto-updated.

Last update: 2025-06-22 09:41:59 UTC


README

Introduction

Express query

Install

$ composer require yanlongma/express

Demo

require __DIR__ . '/vendor/autoload.php';

// 初始化服务
$appCode = 'your appCode';
$server = new \YanlongMa\Express\Jisukdcx($appCode);

$express = new \YanlongMa\Express\Express($server);

// 查件
$info = $express->query('69576009311');
var_dump($info);

// 获取快递公司列表
$list = $express->company();
var_dump($list);