Analysis updated 2026-08-12 · repo last pushed 2017-12-16
Add a track-my-order page to an online store so customers can see real-time delivery updates.
Build a logistics dashboard that shows package statuses across multiple Chinese courier services.
Integrate package tracking into a PHP e-commerce site without directly connecting to each courier's API.
| xu42/kuaidi100 | bera65/frisay | florianbeer/shop | |
|---|---|---|---|
| Stars | 3 | 3 | 3 |
| Language | PHP | PHP | PHP |
| Last pushed | 2017-12-16 | — | 2025-08-11 |
| Maintenance | Dormant | — | Stale |
| Setup difficulty | easy | moderate | moderate |
| Complexity | 2/5 | 3/5 | 3/5 |
| Audience | developer | developer | pm founder |
Figures from each repo's GitHub metadata at analysis time.
No authentication details documented in the README, you may need to inspect the source code to understand API keys or rate limits.
This PHP library lets you track packages from Chinese delivery services through the KuaiDi100 platform. If your app or website needs to show users where their shipped items are, this gives you a simple way to pull that tracking information without dealing with the underlying API directly. At a basic level, the library does two things. First, it can figure out which delivery company a tracking number belongs to by looking up the number. Second, it can fetch the delivery status and location history for a package if you tell it both the carrier name and tracking number. You write one line of code in PHP, and the library handles the communication with KuaiDi100's system behind the scenes. Someone building an e-commerce site, a logistics dashboard, or any application that ships products in China would find this useful. For example, if you run an online store and want customers to see a "track my order" page with real-time delivery updates, this library handles the data-fetching part. Instead of integrating with dozens of individual courier APIs, you route everything through one consistent interface. The project is lightweight and focused. The README doesn't go into detail about authentication, rate limits, or error handling, so you'd need to check the source code or test it yourself to understand those aspects. It's installed through Composer, the standard PHP package manager, which means it drops easily into most modern PHP projects.
A PHP library for tracking packages from Chinese delivery services via the KuaiDi100 platform. It auto-detects the carrier from a tracking number and fetches delivery status and location history with a single line of code.
Mainly PHP. The stack also includes PHP, Composer, KuaiDi100 API.
Dormant — no commits in 2+ years (last push 2017-12-16).
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.