nrbsolution / push_notification
Laravel Package to send push notifications to Android and IOS devices
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 3
Open Issues: 0
pkg:composer/nrbsolution/push_notification
This package is not auto-updated.
Last update: 2025-12-17 23:36:37 UTC
README
Laravel Package to send push notifications to Android and IOS devices
Installation
Run the command below to install via Composer
composer require nrbsolution/push_notification
Getting Started
push_notification requires change to your composer.json file
"minimum-stability": "stable",
to
"minimum-stability": "dev",
Instructions for usegs
Postman body request
title:demo title
body:demo body
device_key:send notification device key,
Route:
http://{Your Host address}/api/push_notification
License
Released under the MIT License attached with this code.