PHPackages                             liaosp/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. liaosp/express

ActiveLibrary

liaosp/express
==============

免key，可扩展快递物流查询，第三方快递100，爱查快递，百度快递

v2.0.5(5y ago)8354413[1 issues](https://github.com/liaoshengping/express-sdk/issues)MITPHPPHP &gt;=7.0

Since Jun 18Pushed 4y agoCompare

[ Source](https://github.com/liaoshengping/express-sdk)[ Packagist](https://packagist.org/packages/liaosp/express)[ RSS](/packages/liaosp-express/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (2)Versions (8)Used By (0)

 免费快递SDK
=========

[](#-免费快递sdk-)

[![Latest Stable Version](https://camo.githubusercontent.com/650e5fbbb804d211e6efe3e695d5b4880047b6ce05733c9bf3ea48f46c942aed/68747470733a2f2f706f7365722e707567782e6f72672f6c69616f73702f657870726573732f762f737461626c65)](https://packagist.org/packages/liaosp/express)[![Total Downloads](https://camo.githubusercontent.com/d7ee0f1c5490ad6077f06388759eb7358b2e518fcc198b06cf9429d4c8ca6e06/68747470733a2f2f706f7365722e707567782e6f72672f6c69616f73702f657870726573732f646f776e6c6f616473)](https://packagist.org/packages/liaosp/express)[![Daily Downloads](https://camo.githubusercontent.com/af236d8ea5357f319c13c126259ca0566f85e675c033d1eadca746ce1844cc26/68747470733a2f2f706f7365722e707567782e6f72672f6c69616f73702f657870726573732f642f6461696c79)](https://packagist.org/packages/liaosp/express)[![License](https://camo.githubusercontent.com/49226fface9bd2114c4a9a981a325882ef6fb6cdbaa00c4a28555766cfc963cd/68747470733a2f2f706f7365722e707567782e6f72672f6c69616f73702f657870726573732f6c6963656e7365)](https://packagist.org/packages/liaosp/express)[![StyleCI](https://camo.githubusercontent.com/80453dbca2e64b853d5f4ac532214958140de4b89e17f0acebbaa29337c6443b/68747470733a2f2f7374796c6563692e696f2f7265706f732f35333136333430352f736869656c64)](https://styleci.io/repos/53163405/)[![Build Status](https://camo.githubusercontent.com/67ff1484c035c5814ec4fdfd8eaef79cf59ec7234fc1b021e8267f082278a186/68747470733a2f2f7472617669732d63692e6f72672f6c69616f73702f657870726573732e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/liaosp/express)[![PHPUnit Status](https://github.com/liaosp/express/workflows/PHPUnit/badge.svg?branch=master)](https://github.com/liaosp/express/actions?query=branch%3Amaster)

免key，可扩展快递物流查询，第三方快递100，爱查快递，百度快递

环境需求
----

[](#环境需求)

- PHP &gt;= 7.0

安装
--

[](#安装)

```
$ composer require liaosp/express
```

使用
--

[](#使用)

```
use \Liaosp\Express\Express
$obj = new Express()
```

百度快递（默认）
--------

[](#百度快递默认)

```
$obj->number('75355662900611'); //默认百度快递，其他快递貌似没啥用了
```

扩展
--

[](#扩展)

如果这些快递不满足，或者由于不稳定，在不改变原来代码，可以自行添加快递接口查询

添加的接口可继承 BaseChannel 抽象类

比如你添加了一个 快递网的渠道 /yournamespace/KuaidiWang

```
$obj->addChannel('kuaidiwang',/yournamespace/KuaidiWang::class);
$obj->setExpress('kuaidiwang');
$obj->number('71291609210123');
```

参考
--

[](#参考)

- [一个简单的查询物流信息的扩展包分享](https://learnku.com/laravel/t/22055)

License
-------

[](#license)

MIT

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity28

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~99 days

Recently: every ~148 days

Total

7

Last Release

1928d ago

Major Versions

v1.0 → v2.02019-06-19

### Community

Maintainers

![](https://www.gravatar.com/avatar/440eb424aa6385a9bca5bf1597270a4235e943a67536900f7fbf0c8cdb96594e?d=identicon)[liaoshengping](/maintainers/liaoshengping)

---

Top Contributors

[![liaoshengping](https://avatars.githubusercontent.com/u/24541157?v=4)](https://github.com/liaoshengping "liaoshengping (9 commits)")

### Embed Badge

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

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

###  Alternatives

[neuron-core/neuron-ai

The PHP Agentic Framework.

1.8k245.3k21](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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