PHPackages                             barnsleyhq/laravel-simplepush-notification-channel - 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. barnsleyhq/laravel-simplepush-notification-channel

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

barnsleyhq/laravel-simplepush-notification-channel
==================================================

A SimplePush Laravel Notification Channel

1.1.0(2y ago)1285[1 issues](https://github.com/BarnsleyHQ/laravel-simplepush-notification-channel/issues)MITPHPPHP ^8.0

Since Mar 19Pushed 2y ago1 watchersCompare

[ Source](https://github.com/BarnsleyHQ/laravel-simplepush-notification-channel)[ Packagist](https://packagist.org/packages/barnsleyhq/laravel-simplepush-notification-channel)[ RSS](/packages/barnsleyhq-laravel-simplepush-notification-channel/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (8)Versions (7)Used By (0)

Laravel SimplePush Notification Channel
=======================================

[](#laravel-simplepush-notification-channel)

[![Latest Stable Version](https://camo.githubusercontent.com/166d6ae99f806e64e1b33cd6ea863dba75e3585fcf2cc0c8b35b6e6b5d5fd9b8/687474703a2f2f706f7365722e707567782e6f72672f6261726e736c657968712f6c61726176656c2d73696d706c65707573682d6e6f74696669636174696f6e2d6368616e6e656c2f76)](https://packagist.org/packages/barnsleyhq/laravel-simplepush-notification-channel) [![PHP Version Require](https://camo.githubusercontent.com/64fee9781bb75413e9291a5a7fd9f916123e1e23be9bcf2189566212a56bd456/687474703a2f2f706f7365722e707567782e6f72672f6261726e736c657968712f6c61726176656c2d73696d706c65707573682d6e6f74696669636174696f6e2d6368616e6e656c2f726571756972652f706870)](https://packagist.org/packages/barnsleyhq/laravel-simplepush-notification-channel) [![License](https://camo.githubusercontent.com/565a9ed00bae46185f2ad7f89a1e6ccfd5d02a7870f111fb72c0ab9bac5d82da/687474703a2f2f706f7365722e707567782e6f72672f6261726e736c657968712f6c61726176656c2d73696d706c65707573682d6e6f74696669636174696f6e2d6368616e6e656c2f6c6963656e7365)](https://packagist.org/packages/barnsleyhq/laravel-simplepush-notification-channel) [![codecov](https://camo.githubusercontent.com/b13087cbcd4383d01b1e4319eccb88f843e5fd337b2122523e857d848896bc6a/68747470733a2f2f636f6465636f762e696f2f67682f4261726e736c657948512f6c61726176656c2d73696d706c65707573682d6e6f74696669636174696f6e732d6368616e6e656c2f6272616e63682f6d61696e2f67726170682f62616467652e7376673f746f6b656e3d51444d324a677472664e)](https://codecov.io/gh/BarnsleyHQ/laravel-simplepush-notifications-channel)

This package gives you all the basic elements you need to send notifications to notifiable models via SimplePush.

Setup
-----

[](#setup)

Install the package using composer:

```
composer require barnsleyhq/laravel-simplepush-notifications-channel
```

Laravel Usage
-------------

[](#laravel-usage)

Once installed, all you need to do is setup your notifications to send to the SimplePush channel:

```
