hanan467 / realtime-notifier
A simple package for real-time notifications using Pusher
dev-master
2025-02-21 20:21 UTC
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-02-21 20:21:53 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