PHPackages                             alex-qiu/hyperf-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. [Framework](/categories/framework)
4. /
5. alex-qiu/hyperf-express

ActiveLibrary[Framework](/categories/framework)

alex-qiu/hyperf-express
=======================

1.0.8(1y ago)153MITPHPPHP &gt;=7.3

Since Jun 21Pushed 1y ago1 watchersCompare

[ Source](https://github.com/alexQi/hyperf-express)[ Packagist](https://packagist.org/packages/alex-qiu/hyperf-express)[ RSS](/packages/alex-qiu-hyperf-express/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (10)Versions (10)Used By (0)

### 一款查询物流信息的hyperf组件

[](#一款查询物流信息的hyperf组件)

特点
--

[](#特点)

1. 可兼容目前市面多家服务商
2. 一套写法兼容所有平台
3. 简单配置即可灵活增减服务商
4. 统一的返回值格式，便于日志与监控
5. 更多平台可自行接入...

平台支持
----

[](#平台支持)

- [快递鸟](https://www.kdniao.com/)

环境需求
----

[](#环境需求)

- PHP &gt;= 7.0

安装
--

[](#安装)

```
$ composer require "alex-qiu/hyperf-express"

```

```
$ php bin/hyperf.php vendor:publish alex-qiu/hyperf-express

```

使用
--

[](#使用)

```
use AlexQiu\Express\Express;

$config = [
    // HTTP 请求的超时时间（秒）
    'timeout' => 5.0,

    // 默认配置
    'default' => [
        'gateway' => 'kdniao',
    ],
    // 可用的网关配置
    'gateways' => [
        'kdniao' => [
            'app_id'  => '', // SDK APP ID
            'api_key' => '', // APP KEY
        ],
    ],
];

/**
 * @var Express
 */
public $express;

public function __construct(ExpressInterface $express)
{
    $this->express = $express;
}

public function index()
{
    return $this->express->track([
        "logistic_code" => "JDVA00003618100",
        "shipper_code"  => "JD"
    ]);
}
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance33

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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

Total

9

Last Release

678d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8038522516d023f702b6adf8ea01b5420e346bfa8bfc5f4dd2b8b892ece8b42e?d=identicon)[alexQi](/maintainers/alexQi)

---

Top Contributors

[![alexQi](https://avatars.githubusercontent.com/u/15188545?v=4)](https://github.com/alexQi "alexQi (11 commits)")

---

Tags

phpexpresshyperf

###  Code Quality

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/alex-qiu-hyperf-express/health.svg)

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

###  Alternatives

[hyperf/hyperf-skeleton

A coroutine framework that focuses on hyperspeed and flexible, specifically use for build microservices and middlewares.

301187.4k](/packages/hyperf-hyperf-skeleton)[hyperf/swow-skeleton

A coroutine framework that focuses on hyperspeed and flexible, specifically use for build microservices and middlewares.

514.5k](/packages/hyperf-swow-skeleton)[mzh/hyperf-validate

hyperf-validate 支持request 和方法场景验证，兼容tp5写法 支持控制器注解验证、方法注解验证

202.9k1](/packages/mzh-hyperf-validate)

PHPackages © 2026

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