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

ActiveLibrary

buoly/meituan-takeaway
======================

meituan open api

1.0.1(6y ago)010MITPHP

Since Jan 8Pushed 6y ago1 watchersCompare

[ Source](https://github.com/buoly/meituan-takeaway)[ Packagist](https://packagist.org/packages/buoly/meituan-takeaway)[ RSS](/packages/buoly-meituan-takeaway/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (2)Versions (3)Used By (0)

 meituan-takeaway
==================

[](#-meituan-takeaway-)

 美团外面开发平台PHP对接SDK

安装
--

[](#安装)

```
$ composer require buoly/meituan-takeaway
```

使用
--

[](#使用)

```
use Buoly\MeituanTakeaway\MeituanTakeaway;
.
.
.

$config = [
    'app_id' => 4625,
    'app_secret' => '6b69d70eb76f6189a1fb9ba9a80f2df2',
    'log_path' => 'logs/meituan.log',
];

$meituan = new MeituanTakeaway($config);

$shop = [.....];
$meituan->order->create($shop);

$order = [.....];
$meituan->order->create($order);
```

License
-------

[](#license)

MIT

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

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 ~0 days

Total

2

Last Release

2313d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6e588ccc752806561036e6895c63c2a7cdd6b317c74a2f7e288503e932ee6099?d=identicon)[buoly](/maintainers/buoly)

### Embed Badge

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

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

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.6M2.6k](/packages/craftcms-cms)[google/cloud

Google Cloud Client Library

1.2k16.2M54](/packages/google-cloud)[google/cloud-core

Google Cloud PHP shared dependency, providing functionality useful to all components.

343121.4M78](/packages/google-cloud-core)[googleads/googleads-php-lib

Google Ad Manager SOAP API Client Library for PHP

67410.3M25](/packages/googleads-googleads-php-lib)[tempest/framework

The PHP framework that gets out of your way.

2.1k23.1k9](/packages/tempest-framework)[akamai-open/edgegrid-client

Implements the Akamai {OPEN} EdgeGrid Authentication specified by https://developer.akamai.com/introduction/Client\_Auth.html

482.5M6](/packages/akamai-open-edgegrid-client)

PHPackages © 2026

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