PHPackages                             caorulai/ali\_express\_api - 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. [API Development](/categories/api)
4. /
5. caorulai/ali\_express\_api

ActiveLibrary[API Development](/categories/api)

caorulai/ali\_express\_api
==========================

全国快递物流查询-快递接口API旗舰版

v1.0.0(6y ago)25MITPHP

Since Mar 11Pushed 5y ago1 watchersCompare

[ Source](https://github.com/caorulai/express)[ Packagist](https://packagist.org/packages/caorulai/ali_express_api)[ RSS](/packages/caorulai-ali-express-api/feed)WikiDiscussions master Synced today

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Express
=======

[](#express)

安装
--

[](#安装)

```
composer require caorulai/ali_express_api

```

使用说明
----

[](#使用说明)

```
require __DIR__ . '/vendor/autoload.php';

// 阿里AppCode
$appCode = "";
// 快递单号
$no = "9897984468520";
// 快递物流公司编码，默认AUTO
$type = "AUTO";

try {
    $express = new \Express\Express($appCode);
    $messageInfo = $express->getExpressInfo(['NO' => $no, 'TYPE' => $type]);
    var_dump($messageInfo);
} catch (Exception $e) {
    echo $e->getMessage();
}

```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity56

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

2250d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a0e850946e141a58dbab33973bd70b52441628c18bdf72d278bde10c57513492?d=identicon)[buddha](/maintainers/buddha)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/caorulai-ali-express-api/health.svg)

```
[![Health](https://phpackages.com/badges/caorulai-ali-express-api/health.svg)](https://phpackages.com/packages/caorulai-ali-express-api)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M475](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M270](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M452](/packages/google-gax)

PHPackages © 2026

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