PHPackages                             wzhanjun/pusher - 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. wzhanjun/pusher

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

wzhanjun/pusher
===============

push packages

v1.0.4(7y ago)0371MITPHPPHP &gt;=7.0

Since Mar 27Pushed 7y ago1 watchersCompare

[ Source](https://github.com/wzhanjun/pusher)[ Packagist](https://packagist.org/packages/wzhanjun/pusher)[ RSS](/packages/wzhanjun-pusher/feed)WikiDiscussions master Synced 3w ago

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

推送
--

[](#推送)

#### 安装

[](#安装)

```
composer require wzhanjun/pusher

```

#### 配置

[](#配置)

```

	'default' => 'igetui',

    'pusher' => [

        'igetui' => [
            'url'               => 'http://sdk.open.api.getui.net/apiex.htm', //  http://sdk.open.api.igexin.com/apiex.htm',
            'version'           => '4.1.0.0',
            'timeout'           => 30,
            'default_client'    => 'demo',
            'clients'           => [
                'demo'      => [
                    'app_id'        => 'XXXXXXXXXXXXXXXXXXXXX',
                    'app_key'       => 'XXXXXXXXXXXXXXXXXXXXX',
                    'app_secret'    => 'XXXXXXXXXXXXXXXXXXXXX',
                    'master_secret' => 'XXXXXXXXXXXXXXXXXXXXX',
                ],
                'android'      => [
                    'app_id'        => 'XXXXXXXXXXXXXXXXXXXXX',
                    'app_key'       => 'XXXXXXXXXXXXXXXXXXXXX',
                    'app_secret'    => 'XXXXXXXXXXXXXXXXXXXXX',
                    'master_secret' => 'XXXXXXXXXXXXXXXXXXXXX',
                ],
            ]
        ],

    ],

```

#### 使用

[](#使用)

```

	$push = new \Wzhanjun\Push\Push($config);

 	$message = new \Wzhanjun\Push\Gateways\IGeTui\Message();
    $message->setMessageType(\Wzhanjun\Push\Gateways\IGeTui\Message::MESSAGE_TYPE_NOTICE);
    $message->setBody('api push content');
    $message->setTitle('api push title');

    $target  = new \Wzhanjun\Push\Gateways\IGeTui\Target();
    $target->setDeviceId('92ce1a5e91a871f763d2b8274b709053');

  	$result = $push->gateway('igetui')->toClient('demo')
                    ->send($message, $target);

```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity59

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

Total

5

Last Release

2596d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/15346702?v=4)[jun](/maintainers/wzhanjun)[@wzhanjun](https://github.com/wzhanjun)

---

Top Contributors

[![aaasayok](https://avatars.githubusercontent.com/u/11721957?v=4)](https://github.com/aaasayok "aaasayok (9 commits)")

### Embed Badge

![Health badge](/badges/wzhanjun-pusher/health.svg)

```
[![Health](https://phpackages.com/badges/wzhanjun-pusher/health.svg)](https://phpackages.com/packages/wzhanjun-pusher)
```

###  Alternatives

[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k496.1k33](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.2M46](/packages/tencentcloud-tencentcloud-sdk-php)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

749284.3k35](/packages/civicrm-civicrm-core)[roundcube/roundcubemail

The Roundcube Webmail suite

7.0k1.4k3](/packages/roundcube-roundcubemail)[spatie/laravel-export

Create a static site bundle from a Laravel app

672139.5k6](/packages/spatie-laravel-export)[nfse-nacional/nfse-php

This is my package nfse

1523.1k](/packages/nfse-nacional-nfse-php)

PHPackages © 2026

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