PHPackages                             kydev/umeng-sdk - 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. kydev/umeng-sdk

ActiveLibrary

kydev/umeng-sdk
===============

UMeng Open Api SDK

04.4k↓20%3PHP

Since May 28Pushed 3y ago2 watchersCompare

[ Source](https://github.com/kydever/umeng-sdk)[ Packagist](https://packagist.org/packages/kydev/umeng-sdk)[ RSS](/packages/kydev-umeng-sdk/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

友盟SDK
=====

[](#友盟sdk)

文档
--

[](#文档)

[open-api](https://developer.umeng.com/open-api/guide)

安装
--

[](#安装)

```
composer require kydev/umeng-sdk

```

使用
--

[](#使用)

```
use KY\UMeng\AppTrack\UMengAppTrackAppDownload;
use KY\UMeng\Client\APIId;
use KY\UMeng\Client\APIRequest;
use KY\UMeng\Client\Policy\ClientPolicy;
use KY\UMeng\Client\Policy\RequestPolicy;
use KY\UMeng\Client\SyncAPIClient;
use KY\UMeng\UApp\UMengUAppGetDailyDataParam;
use KY\UMeng\UApp\UMengUAppGetDailyDataResult;

$syncAPIClient = new SyncAPIClient(new ClientPolicy(
    '123',
    'xxx',
    'gateway.open.umeng.com'
));

$reqPolicy = new RequestPolicy(useHttps: true);

$param = new UMengUAppGetDailyDataParam();
$param->key = 'xxx';
$param->date = '2022-05-01';

$request = new APIRequest(
    new APIId('com.umeng.uapp', 'umeng.uapp.getDailyData', 1),
    $param
);

$res = $syncAPIClient->send($request, UMengUAppGetDailyDataResult::class, $reqPolicy);

var_dump($res);
```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity26

Early-stage or recently created project

 Bus Factor1

Top contributor holds 66.7% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/45d82675fa3cff9b5df48918f776c6a190c08221d2a10783cbd75de150819c0a?d=identicon)[kydev](/maintainers/kydev)

---

Top Contributors

[![limingxinleo](https://avatars.githubusercontent.com/u/16648551?v=4)](https://github.com/limingxinleo "limingxinleo (24 commits)")[![zhumengyangi](https://avatars.githubusercontent.com/u/46431214?v=4)](https://github.com/zhumengyangi "zhumengyangi (6 commits)")[![ky-tf](https://avatars.githubusercontent.com/u/134254749?v=4)](https://github.com/ky-tf "ky-tf (3 commits)")[![gaotiefeng](https://avatars.githubusercontent.com/u/21190323?v=4)](https://github.com/gaotiefeng "gaotiefeng (2 commits)")[![laradocs](https://avatars.githubusercontent.com/u/49741756?v=4)](https://github.com/laradocs "laradocs (1 commits)")

### Embed Badge

![Health badge](/badges/kydev-umeng-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/kydev-umeng-sdk/health.svg)](https://phpackages.com/packages/kydev-umeng-sdk)
```

PHPackages © 2026

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