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)1612MITPHPPHP &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 2d 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

Popularity12

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

2984d 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

25126.1M81](/packages/php-http-cache-plugin)[illuminate/http

The Illuminate Http package.

11937.2M6.6k](/packages/illuminate-http)[rdkafka/rdkafka

A PHP extension for Kafka

2.2k20.0k1](/packages/rdkafka-rdkafka)[httpsoft/http-message

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

87965.9k113](/packages/httpsoft-http-message)[mezzio/mezzio-router

Router subcomponent for Mezzio

265.4M85](/packages/mezzio-mezzio-router)[serpapi/google-search-results-php

Get Google, Bing, Baidu, Ebay, Yahoo, Yandex, Home depot, Naver, Apple, Duckduckgo, Youtube search results via SerpApi.com

69127.2k](/packages/serpapi-google-search-results-php)

PHPackages © 2026

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