hanan467 / realtime-notifier
A simple package for real-time notifications using Pusher
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/hanan467/realtime-notifier
Requires
- illuminate/broadcasting: ^11.42
- illuminate/contracts: ^11.42
- illuminate/events: ^11.42
- illuminate/support: ^11.42
- pusher/pusher-php-server: ^7.2
Requires (Dev)
- laravel/framework: ^11.43
- orchestra/testbench: ^9.10
- phpunit/phpunit: ^11.5
This package is auto-updated.
Last update: 2025-12-21 22:22:00 UTC
README
RealtimeNotifier is a Laravel package for broadcasting real-time notifications to clients using Pusher. It makes it easy to integrate real-time notifications into your Laravel application.
✨ Features
- Broadcasts notifications in real-time using Laravel's event broadcasting system
- Supports Pusher as a default broadcasting driver
🛠 Tech Stack
- Language: PHP 8+
- Event Broadcasting: Pusher
📦 Installation
1️⃣ Install via Composer
composer require hanan467/realtime-notifier
2️⃣ Publish the Configuration File
php artisan vendor:publish --tag=config