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. kubill/larapush

ActiveLibrary

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 3d 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 43% 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

2925d 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

[filp/whoops

php error handling for cool kids

13.2k402.4M1.4k](/packages/filp-whoops)[mockery/mockery

Mockery is a simple yet flexible PHP mock object framework

10.7k497.0M23.6k](/packages/mockery-mockery)[pusher/pusher-php-server

Library for interacting with the Pusher REST API

1.5k94.8M293](/packages/pusher-pusher-php-server)[symfony/web-link

Manages links between resources

1.4k99.0M251](/packages/symfony-web-link)[minishlink/web-push

Web Push library for PHP

1.9k12.0M53](/packages/minishlink-web-push)[league/iso3166

ISO 3166-1 PHP Library

69536.3M116](/packages/league-iso3166)

PHPackages © 2026

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