PHPackages                             jeremy-layson/laravel-push - 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. jeremy-layson/laravel-push

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

jeremy-layson/laravel-push
==========================

A Mobile Push Notification Library

v1.0.0(5y ago)1895MITPHPPHP ^7.1.3

Since Jul 7Pushed 5y ago1 watchersCompare

[ Source](https://github.com/jeremy-layson/laravel-push)[ Packagist](https://packagist.org/packages/jeremy-layson/laravel-push)[ Docs](https://github.com/jeremy-layson/laravel-push)[ RSS](/packages/jeremy-layson-laravel-push/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (1)Versions (5)Used By (0)

laravel-push
============

[](#laravel-push)

**Author** Jeremy Layson **Email** **Prepared for** Fourello, Inc.

Usage
=====

[](#usage)

Publish the necessary files by running `php artisan vendor:publish`Migrate the required tables (3 tables) by running `php artisan migrate`In **app\\Providers\\AppServiceProviders** add the **app\\Observers\\PushObservers** to your main model (typically the User model) The initial Observer should be able to add a User to the relevant topic upon changing (create, update and delete) **Note:** The observer will not work if the data was added via mass insert. For more information about observers visit

AWS
===

[](#aws)

Aside from the environment variables `AWS_ACCESS_KEY_ID`, `AWS_SECRET_ACCESS_KEY` and `AWS_DEFAULT_REGION` you should also have a `AWS_SNS_IOS_ARN` and `AWS_SNS_ANDROID_ARN`

Extending
=========

[](#extending)

You can extend the capability of this by modifying the `App\Observers\PushObserver`There are also raw functions that you can use from these files: **JeremyLayson\\Push\\Libraries\\Notify\\Publish****JeremyLayson\\Push\\Libraries\\Subscription\\Device****JeremyLayson\\Push\\Libraries\\Subscription\\Topic****JeremyLayson\\Push\\Libraries\\Topic\\TopicManager**

Subscribing
===========

[](#subscribing)

To automatically subscribe a model using their `device_id` you should pass the following parameters when creating, updating or deleting their model `aws_push_device_id` (Device ID unique to each devices) `aws_push_device_platform` (**android** or **ios** only, lower case) `aws_push_device_mode` (**subscribe** or **unsubscribe** only)

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 52.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.

###  Release Activity

Cadence

Every ~0 days

Total

4

Last Release

2135d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8b067adec3c41263bbc23d191fe1c458e64be6455abc2c11e56a14451f4d6e1c?d=identicon)[jeremy-layson](/maintainers/jeremy-layson)

---

Top Contributors

[![jeremy-layson-fourello](https://avatars.githubusercontent.com/u/52648326?v=4)](https://github.com/jeremy-layson-fourello "jeremy-layson-fourello (18 commits)")[![jeremy-layson](https://avatars.githubusercontent.com/u/25242171?v=4)](https://github.com/jeremy-layson "jeremy-layson (16 commits)")

---

Tags

awspushnotificationmobileandroidios

### Embed Badge

![Health badge](/badges/jeremy-layson-laravel-push/health.svg)

```
[![Health](https://phpackages.com/badges/jeremy-layson-laravel-push/health.svg)](https://phpackages.com/packages/jeremy-layson-laravel-push)
```

###  Alternatives

[sly/notification-pusher

Standalone PHP library for easy devices notifications push.

1.2k2.8M15](/packages/sly-notification-pusher)[mcfedr/awspushbundle

A set of services to simplify using Aws to send push notifications

40378.6k1](/packages/mcfedr-awspushbundle)[leonardoteixeira/pushover

A simple PHP library for the Pushover service

1827.7k3](/packages/leonardoteixeira-pushover)[sly/pushover

A PHP library for easy PushOver service use: send real-time notifications to your Android and iOS devices.

3431.6k2](/packages/sly-pushover)

PHPackages © 2026

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