PHPackages                             xieyi64/umeng-laravel5 - 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. xieyi64/umeng-laravel5

ActiveLibrary

xieyi64/umeng-laravel5
======================

03821PHP

Since Jul 2Pushed 10y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

UMeng PHP SDK For Laravel 5.\*
==============================

[](#umeng-php-sdk-for-laravel-5)

整合修改官方的示例，融合到Laravel 5中。

1.composer 安装

```
composer require xieyi64/umeng-laravel5 @dev

```

2.在app.php 中添加ServiceProvider、Facades

```
'xieyi64\UmengLaravel\UMengLaravelServiceProvider',

```

aliases:

```
'Android'           => 'xieyi64\UmengLaravel\Facades\Android',
'IOS'               => 'xieyi64\UmengLaravel\Facades\IOS',

```

3.配置文件

```
php artisan config:publish xieyi64/umeng-laravel

```

修改配置文件config/packages/xieyi64/umeng-laravel/config.php 填上你自己的Key Secret

4.示例

```
$apns = [
    'alert' => ['title'=>'biaoti','body'=>'fujingdexuanjianghu'],
    'badge' => 1,
    'sound' => 'bingbong.aiff'
    ];
return IOS::customizedcast('S100000567',$apns);

$body = [
    'ticker'=>'收到请告诉我',
    'title'=>'通知标题',
    'text'=>'通知文字描述',
    'after_open'=>'go_app'
    ];
return Android::customizedcast('S100000597', $body);

```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 75% 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/bb439018d95f05e469f660bf394b90c140525752c28a89c53dc5a2c157060c6f?d=identicon)[xieyi64](/maintainers/xieyi64)

---

Top Contributors

[![xtrees](https://avatars.githubusercontent.com/u/9546611?v=4)](https://github.com/xtrees "xtrees (12 commits)")[![xieyi64](https://avatars.githubusercontent.com/u/596939?v=4)](https://github.com/xieyi64 "xieyi64 (4 commits)")

### Embed Badge

![Health badge](/badges/xieyi64-umeng-laravel5/health.svg)

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

PHPackages © 2026

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