PHPackages                             static7/kdniao - 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. static7/kdniao

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

static7/kdniao
==============

快递鸟物流查询

v1.1.1(8y ago)2612MITPHPPHP &gt;=7.0.0

Since Jan 14Pushed 8y ago2 watchersCompare

[ Source](https://github.com/static7/Kdniao)[ Packagist](https://packagist.org/packages/static7/kdniao)[ RSS](/packages/static7-kdniao/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (4)DependenciesVersions (6)Used By (0)

kdniao
======

[](#kdniao)

快递鸟物流查询接口

thinkphp5.1.x 专用

使用说明
----

[](#使用说明)

- php版本 &gt;=7.0.0

\##使用方法

> 在config/你的模块名/config.php 配置

```
     //快递鸟
     'kuaidiniao'=>[
         'EBusinessID'=>'',
         'AppKey'=>''
     ],

```

> 控制器

```
    $config=Config::get('config.kuaidiniao');
    $Kdniao=new \static7\Kdniao($config);
    $number='123456789';
    //直接输入快递单号
//  $data=$Kdniao->getBiscernByWaybill($number);
    或者输入快递公司的代号和快递单号
    $data=$Kdniao->getExpressInfo('ZTO',$number);
    dump($data); //返回的是json

```

### 具体可查看源码

[](#具体可查看源码)

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity62

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

Total

5

Last Release

3029d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/11241063?v=4)[7](/maintainers/static7)[@static7](https://github.com/static7)

---

Top Contributors

[![static7](https://avatars.githubusercontent.com/u/11241063?v=4)](https://github.com/static7 "static7 (8 commits)")

### Embed Badge

![Health badge](/badges/static7-kdniao/health.svg)

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

###  Alternatives

[php-http/cache-plugin

PSR-6 Cache plugin for HTTPlug

25026.8M85](/packages/php-http-cache-plugin)[httpsoft/http-message

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

85997.3k126](/packages/httpsoft-http-message)[thesis/nats

Async (fiber based) client for Nats.

758.3k](/packages/thesis-nats)

PHPackages © 2026

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