PHPackages                             abbotton/meituan-takeaway - 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. abbotton/meituan-takeaway

ActiveLibrary[API Development](/categories/api)

abbotton/meituan-takeaway
=========================

美团外卖开放平台PHP SDK

v1.0.9(4y ago)4833[1 issues](https://github.com/Abbotton/meituan-takeaway/issues)MITPHPPHP &gt;=5.6CI failing

Since Apr 2Pushed 4y ago1 watchersCompare

[ Source](https://github.com/Abbotton/meituan-takeaway)[ Packagist](https://packagist.org/packages/abbotton/meituan-takeaway)[ RSS](/packages/abbotton-meituan-takeaway/feed)WikiDiscussions main Synced yesterday

READMEChangelog (5)Dependencies (2)Versions (11)Used By (0)

### 美团外卖开放平台PHP SDK

[](#美团外卖开放平台php-sdk)

美团外卖开放平台PHP SDK，支持`零售综合`、`医疗综合`以及`团好货`三大板块。

安装
==

[](#安装)

```
composer require abbotton/meituan-takeaway
```

使用
==

[](#使用)

```
use Abbotton\MeituanTakeaway\Application;

......

$config = [
    'app_id' => 'xxx',
    'app_secret' => 'xxx',
    'request_url' => '', // 默认 `https://waimaiopen.meituan.com/api/v1/`
];

$app = new Application($config);

$params = ['order_id' => '27061900338318741', 'is_mt_logistics' => 1];
$orderDetail = $app->order->getOrderDetail($params);

print_r(json_decode($orderDetail, true));

// 商品类、活动类接口支持异步队列
$app->goods->async()->create([]);
......
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance15

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity57

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

Every ~63 days

Recently: every ~71 days

Total

10

Last Release

1658d ago

### Community

Maintainers

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

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/abbotton-meituan-takeaway/health.svg)

```
[![Health](https://phpackages.com/badges/abbotton-meituan-takeaway/health.svg)](https://phpackages.com/packages/abbotton-meituan-takeaway)
```

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

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