PHPackages                             xchenhao/maoergame-sdk-phpclient - 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. xchenhao/maoergame-sdk-phpclient

ActiveLibrary

xchenhao/maoergame-sdk-phpclient
================================

php sdk client for missevan-game

v1.0.0(6y ago)010MITPHP

Since Oct 10Pushed 6y ago1 watchersCompare

[ Source](https://github.com/xchenhao/maoergame-sdk-phpclient)[ Packagist](https://packagist.org/packages/xchenhao/maoergame-sdk-phpclient)[ RSS](/packages/xchenhao-maoergame-sdk-phpclient/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (2)Used By (0)

### PHP SDK Client for MissEvan Game

[](#php-sdk-client-for-missevan-game)

#### 启用

[](#启用)

```
composer require miaosila/missevan-game-php-sdk
```

#### 示例（见 ./demo.php）

[](#示例见-demophp)

```
use MissEvanGame\Client;

// 初始化配置
$client = new Client('app_id', 'merchant_id', 'access_id', 'access_secret');
// 设置网关地址
$client->setGatewayURL('getway_url');
// 请求 API
$result = $client->queryUserInfo(['token' => 'xxxxxx']);
print_r($result);
```

#### API

[](#api)

API方法说明/api/userinfoqueryUserInfo(array params, bool $as\_array)查询用户信息/api/get-orderqueryOrder(array params, bool $as\_array)查询订单#### 其它方法

[](#其它方法)

方法说明verifyCallbackSign(string $raw\_body, string $access\_secret)检验回调签名

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

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

Unknown

Total

1

Last Release

2407d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/926f24c261715c4ef38cc6a632f3071a0d46a1f8ffb6efbac3137633eef146d5?d=identicon)[xchenhao](/maintainers/xchenhao)

---

Top Contributors

[![xchenhao](https://avatars.githubusercontent.com/u/28630125?v=4)](https://github.com/xchenhao "xchenhao (19 commits)")

### Embed Badge

![Health badge](/badges/xchenhao-maoergame-sdk-phpclient/health.svg)

```
[![Health](https://phpackages.com/badges/xchenhao-maoergame-sdk-phpclient/health.svg)](https://phpackages.com/packages/xchenhao-maoergame-sdk-phpclient)
```

PHPackages © 2026

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