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)3833[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 3w ago

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 47% of packages

Maintenance13

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community9

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

Every ~63 days

Recently: every ~71 days

Total

10

Last Release

1712d 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

[statamic/cms

The Statamic CMS Core Package

4.8k3.6M993](/packages/statamic-cms)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k39](/packages/neuron-core-neuron-ai)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

273.0k](/packages/eslazarev-wildberries-sdk)[avalara/avataxclient

Client library for Avalara's AvaTax suite of business tax calculation and processing services. Uses the REST v2 API.

528.5M7](/packages/avalara-avataxclient)[files.com/files-php-sdk

Files.com PHP SDK

2481.1k](/packages/filescom-files-php-sdk)

PHPackages © 2026

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