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. [HTTP &amp; Networking](/categories/http)
4. /
5. wander/express

ActiveLibrary[HTTP &amp; Networking](/categories/http)

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 2w 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 36% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity47

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

1761d 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

[php-http/cache-plugin

PSR-6 Cache plugin for HTTPlug

25025.5M80](/packages/php-http-cache-plugin)[illuminate/http

The Illuminate Http package.

11937.2M6.5k](/packages/illuminate-http)[rdkafka/rdkafka

A PHP extension for Kafka

2.2k20.0k1](/packages/rdkafka-rdkafka)[httpsoft/http-message

Strict and fast implementation of PSR-7 and PSR-17

87930.4k113](/packages/httpsoft-http-message)[mezzio/mezzio-router

Router subcomponent for Mezzio

265.3M84](/packages/mezzio-mezzio-router)[serpapi/google-search-results-php

Get Google, Bing, Baidu, Ebay, Yahoo, Yandex, Home depot, Naver, Apple, Duckduckgo, Youtube search results via SerpApi.com

69122.6k](/packages/serpapi-google-search-results-php)

PHPackages © 2026

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