PHPackages                             huaji-team/meiguan-shagou - 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. huaji-team/meiguan-shagou

ActiveLibrary

huaji-team/meiguan-shagou
=========================

v1.2(5y ago)367[1 issues](https://github.com/huaji-team/meituan-shangou/issues)MITPHP

Since Jan 5Pushed 5y ago1 watchersCompare

[ Source](https://github.com/huaji-team/meituan-shangou)[ Packagist](https://packagist.org/packages/huaji-team/meiguan-shagou)[ RSS](/packages/huaji-team-meiguan-shagou/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (1)Versions (6)Used By (0)

说明
==

[](#说明)

美团闪购 PHP 版的SDK [官网地址](https://open-shangou.meituan.com/),官网值提供了Java 版本。

安装
==

[](#安装)

```
composer require huaji-team/meiguan-shagou
```

使用
==

[](#使用)

首先创建一个请求类，添加参数。

```
$request = new GetOrderDaySeqRequest();
$request->setAppPoiCode(281);

//也可以直接创建请求类传入参数
$request = new GetOrderDaySeqRequest([
    'app_poi_code' => 281
]);
```

发送请求

```
$request = new GetOrderDaySeqRequest([
    'app_poi_code' => 281
]);
$request->setAppPoiCode(281);
$client = new ShanGouClient('**', '****');
$res = $client->send($request);

if ($res->isSuccess()) {
    print_r($res->getResult());
} else {
    echo $res->getMessage();
}
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance13

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

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

Total

4

Last Release

1953d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6397eacfb2d02312520eeb74bcd3cc8f86aff55c2c053c562a3de0cced656b69?d=identicon)[liuzhang](/maintainers/liuzhang)

---

Top Contributors

[![liuzhang](https://avatars.githubusercontent.com/u/3394759?v=4)](https://github.com/liuzhang "liuzhang (1 commits)")

### Embed Badge

![Health badge](/badges/huaji-team-meiguan-shagou/health.svg)

```
[![Health](https://phpackages.com/badges/huaji-team-meiguan-shagou/health.svg)](https://phpackages.com/packages/huaji-team-meiguan-shagou)
```

###  Alternatives

[neuron-core/neuron-ai

The PHP Agentic Framework.

1.8k245.3k21](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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