PHPackages                             kubill/larapush - 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. [API Development](/categories/api)
4. /
5. kubill/larapush

ActiveLibrary[API Development](/categories/api)

kubill/larapush
===============

laravel pusher library

v1.0.0(8y ago)010MITPHP

Since May 11Pushed 8y ago1 watchersCompare

[ Source](https://github.com/kubill/larapush)[ Packagist](https://packagist.org/packages/kubill/larapush)[ Docs](https://github.com/kubill/larapush)[ RSS](/packages/kubill-larapush/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

LaraPush
--------

[](#larapush)

this is a push library for laravel

Version Compatibility
---------------------

[](#version-compatibility)

PushProviderEnableVersionSupport极光yes^3.5[极光](https://www.jiguang.cn/)more providercoming soonInstallation
------------

[](#installation)

Install using composer:

```
composer require kubill/larapush
```

Laravel version &lt; 5.5 (optional)
-----------------------------------

[](#laravel-version--55-optional)

Add the service provider in `config/app.php`:

```
\Kubill\LaraPush\PusherServiceProvider::class,
```

And add the Pusher alias to `config/app.php`:

```
'Pusher' => \Kubill\LaraPush\Facades\Pusher::class,
```

Then run these commands to publish config：

```
php artisan vendor:publish --provider="Kubill\LaraPush\PusherServiceProvider"
```

Basic Usage
-----------

[](#basic-usage)

use the `Pusher` Facade:

```
use \Kubill\LaraPush\Facades\Pusher;

Pusher::send('hello world', array('key' => 'value'));
```

License
-------

[](#license)

LaraPush is licensed under [The MIT License (MIT)](LICENSE).

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

Established project with proven stability

 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

2972d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5bb340a8881098072494fd3a284ce0941d84832c353c8471bc3bda524762a91b?d=identicon)[kubill](/maintainers/kubill)

---

Top Contributors

[![meiweijia](https://avatars.githubusercontent.com/u/9076442?v=4)](https://github.com/meiweijia "meiweijia (2 commits)")

---

Tags

pushlibrary

### Embed Badge

![Health badge](/badges/kubill-larapush/health.svg)

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

###  Alternatives

[nunomaduro/pokio

Pokio is a dead simple asynchronous API for PHP that just works

7631.4M5](/packages/nunomaduro-pokio)[temporal/sdk

Temporal SDK

4102.7M22](/packages/temporal-sdk)[alibabacloud/client

Alibaba Cloud Client for PHP - Use Alibaba Cloud in your PHP project

2213.7M371](/packages/alibabacloud-client)[norkunas/onesignal-php-api

OneSignal API for PHP

2351.8M21](/packages/norkunas-onesignal-php-api)[pubnub/pubnub

This is the official PubNub PHP SDK repository.

1335.1M17](/packages/pubnub-pubnub)[gusapi/gusapi

Gus Api Library for PHP

1371.6M8](/packages/gusapi-gusapi)

PHPackages © 2026

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