PHPackages                             wander/express - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. wander/express

ActiveLibrary

wander/express
==============

百度快递100物流查询--PHP版

v1.0.1(4y ago)8173MITPHPPHP &gt;=7.1

Since Aug 27Pushed 4y ago3 watchersCompare

[ Source](https://github.com/wanderpub/express)[ Packagist](https://packagist.org/packages/wander/express)[ Docs](https://github.com/wanderpub/express.git)[ RSS](/packages/wander-express/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)DependenciesVersions (3)Used By (0)

Express
=======

[](#express)

百度快递100物流查询--PHP版 自动抓取百度快递接口数据，实时返回物流轨迹状态信息。
--------------------------------------------

[](#百度快递100物流查询--php版自动抓取百度快递接口数据实时返回物流轨迹状态信息)

建议在 PHP7.1 上运行以获取最佳性能； Express API SDK for PHP

功能描述
----

[](#功能描述)

- 1、获取所有快递公司列表
- 2、获取快递/物流状态信息

安装使用
----

[](#安装使用)

1.1 通过 Composer 来管理安装

```
# 首次安装
composer require wander/express

# 更新 Express
composer update wander/express
```

1.2 如果不使用 Composer， 可以下载 Express 并解压到项目中

```
# 在项目中加载初始化文件
include "您的目录/Express/include.php";
```

- 获取所有快递公司列表

```
// 参考https://m.baidu.com/s?word=快递
try {
    $number = 'YT5744661853493';

    //cookie存放路径
    $cookiePath = __DIR__ . '/cookie';
    //错误重试次数
    $tryTimes = 3;
    //ip地址
    $ip = '101.69.230.179';
    $express = new \Express\Express($cookiePath, $ip, $tryTimes);
    //取快递公司列表
    $res = $express->getExpressList();
    print_r($res);

    //取快递物流信息
    $res = $express->express($number);
    print_r($res);

} catch (\Exception $e) {
    echo $e->getMessage();
}
```

开源协议
----

[](#开源协议)

- Express 基于`MIT`协议发布，任何人可以用在任何地方，不受约束
- Express 部分代码来自互联网，若有异议，可以联系作者()进行删除

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 80% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

1716d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/15603923?v=4)[wanderpub](/maintainers/wanderpub)[@wanderpub](https://github.com/wanderpub)

---

Top Contributors

[![wander112900](https://avatars.githubusercontent.com/u/3345283?v=4)](https://github.com/wander112900 "wander112900 (4 commits)")[![wanderpub](https://avatars.githubusercontent.com/u/15603923?v=4)](https://github.com/wanderpub "wanderpub (1 commits)")

---

Tags

express快递100

### Embed Badge

![Health badge](/badges/wander-express/health.svg)

```
[![Health](https://phpackages.com/badges/wander-express/health.svg)](https://phpackages.com/packages/wander-express)
```

###  Alternatives

[leapfu/cloud-printer

高扩展性云小票打印SDK，支持飞鹅云、芯烨云、易联云、快递100、映美云、佳博云、中午云、优声云等主流云打印服务，兼容 Laravel、ThinkPHP 等主流框架，统一API，易集成，易扩展。

104.5k](/packages/leapfu-cloud-printer)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
