PHPackages                             slince/shipment-tracking-kuaidi100 - 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. slince/shipment-tracking-kuaidi100

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

slince/shipment-tracking-kuaidi100
==================================

A flexible and shipment tracking library for Kuaidi100.

1.0.0(8y ago)02051MITPHPPHP &gt;=5.6.0

Since Jul 28Pushed 8y ago1 watchersCompare

[ Source](https://github.com/slince-archived/shipment-tracking-kuaidi100)[ Packagist](https://packagist.org/packages/slince/shipment-tracking-kuaidi100)[ RSS](/packages/slince-shipment-tracking-kuaidi100/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (2)Versions (2)Used By (0)

快递100物流信息查询
===========

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

[![Build Status](https://camo.githubusercontent.com/0533e2d87abb1673aef06ad432c325a4baa6fb02887892198ceb2d9c6e75df8f/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f736c696e63652f736869706d656e742d747261636b696e672d6b75616964693130302f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/slince/shipment-tracking-kuaidi100)[![Coverage Status](https://camo.githubusercontent.com/6162559526a604903cdbd88a5592ade24de249d2e467f3dbcda79301fb02ea80/68747470733a2f2f696d672e736869656c64732e696f2f636f6465636f762f632f6769746875622f736c696e63652f736869706d656e742d747261636b696e672d6b75616964693130302e7376673f7374796c653d666c61742d737175617265)](https://codecov.io/github/slince/shipment-tracking-kuaidi100)[![Latest Stable Version](https://camo.githubusercontent.com/126210daf3c180ac75574dc5c8ac96c5451abf0d24ebdb2fa9c381edf9883d14/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f736c696e63652f736869706d656e742d747261636b696e672d6b75616964693130302e7376673f7374796c653d666c61742d737175617265266c6162656c3d737461626c65)](https://packagist.org/packages/slince/shipment-tracking-kuaidi100)[![Scrutinizer](https://camo.githubusercontent.com/cae03d14f2a46fa03ba0ce3873e391276344cb69a0813396b34621169fc792af/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f736c696e63652f736869706d656e742d747261636b696e672d6b75616964693130302e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/slince/shipment-tracking-kuaidi100/?branch=master)

快递100物流信息查询库

Installation
------------

[](#installation)

Install via composer

```
$ composer require slince/shipment-tracking-kuaidi100
```

Basic Usage
-----------

[](#basic-usage)

```
$tracker = new Slince\ShipmentTracking\KuaiDi100\KuaiDi100Tracker(APPKEY, 'shunfeng'); //承运商名称并不是标准的承运商代码，实际承运商代码请到kuaidi100.com查看

try {
   $shipment = $tracker->track('CNAQV100168101');

   if ($shipment->isDelivered()) {
       echo "Delivered";
   }
   print_r($shipment->getEvents());  //print the shipment events

} catch (Slince\ShipmentTracking\Exception\TrackException $exception) {
    exit('Track error: ' . $exception->getMessage());
}
```

快递100的key需要自行申请，免费版的key在查询申通顺丰之类的单号时会受限，需要企业版才可以；附上快递100[文档](https://www.kuaidi100.com/openapi/api_post.shtml)

License
-------

[](#license)

The MIT license. See [MIT](https://opensource.org/licenses/MIT)

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity58

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

Unknown

Total

1

Last Release

3211d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3785826?v=4)[Tao](/maintainers/slince)[@slince](https://github.com/slince)

---

Top Contributors

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

---

Tags

kuaidikuaidi100shipmentshipment-trackingtrackingtrackingshipmenttrackerparcel快递100

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/slince-shipment-tracking-kuaidi100/health.svg)

```
[![Health](https://phpackages.com/badges/slince-shipment-tracking-kuaidi100/health.svg)](https://phpackages.com/packages/slince-shipment-tracking-kuaidi100)
```

###  Alternatives

[slince/shipment-tracking

A flexible and awesome shipment tracking library for several carriers like DHL eCommerce, USPS, YanWen Express, Epacket, E包裹, E特快, 国际EMS, 快递100

291.6k4](/packages/slince-shipment-tracking)[zumba/amplitude-php

PHP SDK for Amplitude

409.5M5](/packages/zumba-amplitude-php)[sauladam/shipment-tracker

Parses tracking information for several carriers, like UPS, USPS, DHL and GLS by simply scraping the data. No need for any kind of API access.

9738.8k](/packages/sauladam-shipment-tracker)[hcodes/server_yametrika

Server-side tracking of visitors using Yandex.Metrica

7220.2k](/packages/hcodes-server-yametrika)[symbiote/silverstripe-datachange-tracker

Record and track changes to any dataobjects. View chages/diffs in model admin.

1622.7k3](/packages/symbiote-silverstripe-datachange-tracker)

PHPackages © 2026

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