# davibennun/laravel-push-notification

Laravel package to enable sending push notifications to devices

Repository: https://github.com/davibennun/laravel-push-notification
Canonical: https://ross.abutalabs.com/products/laravel-push-notification
Language: PHP
License Family: other
Archived: true
Last push: 2023-05-04T03:32:33+00:00

## Health v2 (maintenance only)
Score: 10/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 4621, "days_push": 1217, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, archived, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1228, forks 252 (observed 2026-08-28T04:04:03.548472+00:00)

## What it is
A Laravel/Lumen package that provides a facade for sending push notifications to iOS (APNs) and Android (GCM) devices. It supports multiple app configurations, device collections, and per-device message options.

## Use cases
- send push notifications to iOS devices from a Laravel app
- send push notifications to Android devices via GCM
- send a push message to multiple device tokens at once
- configure multiple mobile apps with separate push credentials
- send badge counts and custom payload options with notifications

## When to choose
- you have a Laravel or Lumen application that needs to send APNs or GCM push notifications
- you want a simple facade-based API for push messaging in PHP
- you need to manage push credentials for multiple apps in one config file

## When to avoid
- you need modern FCM (Firebase Cloud Messaging) support rather than legacy GCM
- your project is not built on Laravel or Lumen
- you need actively maintained software with a defined license

## Facets
- artifact type: plugin
- maturity: maintenance
- function: web-framework, middleware, sdk
- domain: mobile-development, backend, web-development, messaging-platforms
- platform: php, self-hosted
- tags: laravel, push-notifications, apns, gcm, lumen, facade

## Member repositories
- davibennun/laravel-push-notification (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:03.548472+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:15:10.558297+00:00, confidence not recorded.
  - readme: https://github.com/davibennun/laravel-push-notification (fetched 2026-08-28T04:04:03.548472+00:00, sha 1366ac4b1237)
- Data as of 2026-08-30T08:39:29.467469+00:00.
