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(7y ago)010MITPHP

Since Aug 13Pushed 7y 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 4w ago

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 40% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity61

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

2559d ago

Major Versions

0.0.2 → 1.0.02019-08-13

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/30528872?v=4)[fuchen2020](/maintainers/fuchen2020)[@fuchen2020](https://github.com/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

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.2k555.0M2.8k](/packages/aws-aws-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k832.6k52](/packages/neuron-core-neuron-ai)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

762297.9k52](/packages/civicrm-civicrm-core)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.3M49](/packages/tencentcloud-tencentcloud-sdk-php)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

353.6k](/packages/eslazarev-wildberries-sdk)[oat-sa/tao-core

TAO core extension

65147.9k151](/packages/oat-sa-tao-core)

PHPackages © 2026

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