PHPackages                             fuchen2020/express-info - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. fuchen2020/express-info

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

fuchen2020/express-info
=======================

a express info sdk

1.0.0(6y ago)010MITPHP

Since Aug 13Pushed 6y ago1 watchersCompare

[ Source](https://github.com/fuchen2020/express-info)[ Packagist](https://packagist.org/packages/fuchen2020/express-info)[ RSS](/packages/fuchen2020-express-info/feed)WikiDiscussions master Synced today

READMEChangelog (3)Dependencies (1)Versions (4)Used By (0)

 express-info
==============

[](#-express-info-)

 基于快递100开放的快递物流轨迹信息查询

Installing
----------

[](#installing)

```
$ composer require fuchen2020/express-info -vvv
```

Usage
-----

[](#usage)

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

use Fuchen2020\ExpressInfo\Express;
//快递100开放授权 API Key
$key = '*****************';//客户授权key
$customer = '*****************';//查询公司编号
$exp = new Express($key,$customer);
echo "获取实时快递轨迹：\n";
$response = $exp->getExpressInfo('zhongtong','77110160482518');
echo json_encode($response, JSON_UNESCAPED_UNICODE | JSON_PRETTY_PRINT);
```

Contributing
------------

[](#contributing)

You can contribute in one of three ways:

1. File bug reports using the [issue tracker](https://github.com/fuchen2020/express-info/issues).
2. Answer questions or fix bugs on the [issue tracker](https://github.com/fuchen2020/express-info/issues).
3. Contribute new features or update the wiki.

*The code contribution process is not very formal. You just need to make sure that you follow the PSR-0, PSR-1, and PSR-2 coding guidelines. Any new code contributions must be accompanied by unit tests where applicable.*

License
-------

[](#license)

MIT

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity60

Established project with proven stability

 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 ~0 days

Total

3

Last Release

2464d ago

Major Versions

0.0.2 → 1.0.02019-08-13

### Community

Maintainers

![](https://www.gravatar.com/avatar/8ca0527483936d0026635c488b4f9f7467004fdbb86e021b458d638febd20ff7?d=identicon)[fuchen2020](/maintainers/fuchen2020)

---

Top Contributors

[![fuchen2020](https://avatars.githubusercontent.com/u/30528872?v=4)](https://github.com/fuchen2020 "fuchen2020 (2 commits)")

### Embed Badge

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

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

###  Alternatives

[shlinkio/shlink

A self-hosted and PHP-based URL shortener application with CLI and REST interfaces

4.8k4.3k](/packages/shlinkio-shlink)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)[dhlparcel/magento2-plugin

DHL Parcel plugin for Magento 2

11180.5k2](/packages/dhlparcel-magento2-plugin)[aedart/athenaeum

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

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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