PHPackages                             joearcher/pooshlaravel - 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. [Mail &amp; Notifications](/categories/mail)
4. /
5. joearcher/pooshlaravel

ActiveApi[Mail &amp; Notifications](/categories/mail)

joearcher/pooshlaravel
======================

Poosh push messaging facade for Laravel 5

25771PHP

Since Jun 23Pushed 10y ago1 watchersCompare

[ Source](https://github.com/joearcher/Poosh-Laravel)[ Packagist](https://packagist.org/packages/joearcher/pooshlaravel)[ RSS](/packages/joearcher-pooshlaravel/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Poosh-Laravel
=============

[](#poosh-laravel)

Super simple facade to send push messages via a [Poosh](https://github.com/joearcher/poosh) server.

### Setup

[](#setup)

Require this package in composer.json and run `composer update`

```
"joearcher/pooshlaravel": "dev-master"
```

After updating add the ServiceProvider the the providers array in `config/app.php`

```
'Joearcher\Pooshlaravel\PooshlaravelServiceProvider',
```

And then you can add the facade to the Facades array

```
'Poosh' =>	'Joearcher\Pooshlaravel\Facades\Poosh',
```

Publish the config

```
artisan vendor:publish
```

This creates a `poosh.php` file in `config/`, we recommend setting these options via your .env file

`POOSH_SECRET` - This is the shared secret it needs to be the same as the one set on your Poosh server.

`POOSH_URL` - The full url including the protocol to your Poosh server, e.g. `http://poosh.blaa`.

`POOSH_PORT` - The server port set on your Poosh server (Default is 1337).

Usage
-----

[](#usage)

This facade currently provides one method which requires 2 parameters.

`Poosh::send($event,$payload)` `$event` must be a `string`, this is the name of the event to fire on the client. `$payload` must be an `array()` and is the payload to be sent to all clients listening for the event.

```
	Poosh::send('message',['body' => 'This is a message']);
```

Thanks
------

[](#thanks)

Made possible by the awesome [Guzzle Http client](https://github.com/guzzle/guzzle)

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 88.9% 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/99ad782067320fdd2719e9e55889ae0ccbd9c2f727ff2989e708b1fe5ae25327?d=identicon)[joe\_archer](/maintainers/joe_archer)

---

Top Contributors

[![joearcher](https://avatars.githubusercontent.com/u/1125046?v=4)](https://github.com/joearcher "joearcher (8 commits)")[![AzzAToTV](https://avatars.githubusercontent.com/u/11580477?v=4)](https://github.com/AzzAToTV "AzzAToTV (1 commits)")

### Embed Badge

![Health badge](/badges/joearcher-pooshlaravel/health.svg)

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

###  Alternatives

[minishlink/web-push

Web Push library for PHP

1.9k12.0M53](/packages/minishlink-web-push)[laravel-notification-channels/twilio

Provides Twilio notification channel for Laravel

2587.7M12](/packages/laravel-notification-channels-twilio)[spatie/url-signer

Generate a url with an expiration date and signature to prevent unauthorized access

4422.3M16](/packages/spatie-url-signer)[mattketmo/email-checker

Throwaway email detection library

2742.0M5](/packages/mattketmo-email-checker)[laravel-notification-channels/discord

Laravel notification driver for Discord.

2371.3M11](/packages/laravel-notification-channels-discord)[eduardokum/laravel-mail-auto-embed

Library for embed images in emails automatically

1702.0M5](/packages/eduardokum-laravel-mail-auto-embed)

PHPackages © 2026

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