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

dev-master 2025-02-21 20:21 UTC

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