PHPackages                             charlesjiang/kd100 - 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. charlesjiang/kd100

ActiveLibrary

charlesjiang/kd100
==================

快递100物流查询

11PHP

Since Mar 18Pushed 6y ago1 watchersCompare

[ Source](https://github.com/charlesjiang92/kd100)[ Packagist](https://packagist.org/packages/charlesjiang/kd100)[ RSS](/packages/charlesjiang-kd100/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

### 快递100物流查询

[](#快递100物流查询)

#### 1、安装

[](#1安装)

```
composer require charlesjiang/kd100
```

#### 2、调用

[](#2调用)

```
include_once './vendor/autoload.php';
use Utils\Kd100Utils;

try {
    $kd = new Kd100Utils([]);
    $re = $kd->find("快递单号", "手机号(可选,顺丰快递需填写手机号后4位)");
    var_dump($re);
} catch (\Exception $e) {
    var_dump($e->getMessage());
}
```

#### 3、可选配置参数

[](#3可选配置参数)

- proxy - 若频繁请求，会被封IP，项目中建议使用缓存+IP代理池调用

    proxy格式：[http://IP地址:端口](http://IP%E5%9C%B0%E5%9D%80:%E7%AB%AF%E5%8F%A3) （如:[http://127.0.0.1:1087）](http://127.0.0.1:1087%EF%BC%89)
- timeout - 默认 30s

```
$kd = new Kd100Utils([
    'proxy'   => 'http://127.0.0.1:1087',
    'timeout' => 10
]);
```

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity34

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/675489b5f0b085ad4ca0aa9bafeabd7da72aadb41f93e75a3f9023f4f3b669e3?d=identicon)[charlesjiang](/maintainers/charlesjiang)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/charlesjiang-kd100/health.svg)

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

PHPackages © 2026

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