PHPackages                             houpanqi/yii2-igetui-push - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. houpanqi/yii2-igetui-push

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

houpanqi/yii2-igetui-push
=========================

Based on iGeTui component

1.0.x-dev(9y ago)19BSD-3-ClausePHP

Since Dec 7Pushed 9y ago1 watchersCompare

[ Source](https://github.com/houpanqi/yii2-igetui-push)[ Packagist](https://packagist.org/packages/houpanqi/yii2-igetui-push)[ RSS](/packages/houpanqi-yii2-igetui-push/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

### 组件介绍

[](#组件介绍)

```
基于国内的“个推”封装而成，方便Yii2框架使用。

```

### 安装

[](#安装)

```
composer require houpanqi/yii2-igetui-push "*"

```

### 配置

[](#配置)

```
    'push' => [
        'class' => 'hpq\pusher\Push',
        'appId' => '', //你的APPID
        'appKey' => '', //你的APPKEY
        'masterSecret' => '', //你的masterSecret
        'host' => 'http://sdk.open.api.igexin.com/apiex.htm',
    ]
```

程序中使用
-----

[](#程序中使用)

```
    $pusher = Yii::$app->push;
    $config = [
        'title' => '测试',
        'content' => '测试',
        'logo'=>'test',
    //  'showStartAt'=>date("Y-m-d H:i:s"),
    //   'showEndAt'=>date("")
    //      其他参数请参考类中的模板设置
    ];

    $clients = '2d75b427a6341f4b837a3d95e398ae75';
    $res = $pusher->setClient($clients)->useNotifyPopLoadTemplate($config)->pushOne(); //个推
```

### 开发者信息

[](#开发者信息)

```
侯攀奇

组件地址https://github.com/houpanqi/getui.git# yii2-igetui-push

```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

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

3444d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8df9dd56d4178413c0d671609119850de14ec539800cf8ed8a872b0fc6c50dc2?d=identicon)[houpanqi](/maintainers/houpanqi)

---

Top Contributors

[![houpanqi](https://avatars.githubusercontent.com/u/15605773?v=4)](https://github.com/houpanqi "houpanqi (16 commits)")

### Embed Badge

![Health badge](/badges/houpanqi-yii2-igetui-push/health.svg)

```
[![Health](https://phpackages.com/badges/houpanqi-yii2-igetui-push/health.svg)](https://phpackages.com/packages/houpanqi-yii2-igetui-push)
```

PHPackages © 2026

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