PHPackages                             luizfabianonogueira/sse-notify - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Mail &amp; Notifications](/categories/mail)
4. /
5. luizfabianonogueira/sse-notify

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

luizfabianonogueira/sse-notify
==============================

Poderosa ferramenta para notificar o usuário de eventos importantes em tempo real

V1.0.1(1y ago)09LGPL-3.0-or-laterPHPPHP &gt;=8.1

Since Sep 12Pushed 1y ago2 watchersCompare

[ Source](https://github.com/LuizFabianoNogueira/sse-notify)[ Packagist](https://packagist.org/packages/luizfabianonogueira/sse-notify)[ RSS](/packages/luizfabianonogueira-sse-notify/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (9)Dependencies (1)Versions (9)Used By (0)

[![Laravel Logo](src/Assets/img/laravel.png)](src/Assets/img/laravel.png)

SSE-NOTIFY
==========

[](#sse-notify)

[![Latest Stable Version](https://camo.githubusercontent.com/0be91a80ec6fb99b04ea90a9ff9afb07734cf974680a0acc0611cbb11823b4b6/68747470733a2f2f706f7365722e707567782e6f72672f6c75697a66616269616e6f6e6f6775656972612f7373652d6e6f746966792f76)](//packagist.org/packages/luizfabianonogueira/sse-notify)[![Total Downloads](https://camo.githubusercontent.com/ebf8c2345a0d62f27d38aaec4485d1bec49076964691a3c9da292946b00c614b/68747470733a2f2f706f7365722e707567782e6f72672f6c75697a66616269616e6f6e6f6775656972612f7373652d6e6f746966792f646f776e6c6f616473)](//packagist.org/packages/luizfabianonogueira/sse-notify)[![Latest Unstable Version](https://camo.githubusercontent.com/2ea7c81a33954d60b37ea162d7a2bdf1b9660d5f24a7b4361db8ebfab9d6db4b/68747470733a2f2f706f7365722e707567782e6f72672f6c75697a66616269616e6f6e6f6775656972612f7373652d6e6f746966792f762f756e737461626c65)](//packagist.org/packages/luizfabianonogueira/sse-notify)[![License](https://camo.githubusercontent.com/1ad25a62e037bbefb116c0acd4ed180c18ea115119eec2bae2bc4569e48862cf/68747470733a2f2f706f7365722e707567782e6f72672f6c75697a66616269616e6f6e6f6775656972612f7373652d6e6f746966792f6c6963656e7365)](//packagist.org/packages/luizfabianonogueira/sse-notify)

Description
-----------

[](#description)

If you’re developing with Laravel and looking for an effective way to interact with your users in real time, your solution is here! With **\[Sse-Notify\]**, you can:

💡 Real-Time Notifications
-------------------------

[](#-real-time-notifications)

Leverage the power of **SSE (Server-Sent Events)** to effortlessly send notifications from the **server to the client**, ensuring a smooth, real-time user experience!

🔔 Multiple Notification Options
-------------------------------

[](#-multiple-notification-options)

Choose from various styles and modes of notification:

- Traditional **JavaScript Alerts**
- Modern notifications with **Bootstrap Notify**
- Sleek messages with **Bootstrap Toast**
- Visually stunning pop-ups with **SweetAlert2**
- **HTML and JavaScript Injection** for dynamic content

🎯 Infinite Flexibility
----------------------

[](#-infinite-flexibility)

With support for **dynamic HTML and JavaScript injection**, the possibilities are literally endless! Create unique and personalized interactions tailored to your project and user needs.

⚙️ Easy Integration
-------------------

[](#️-easy-integration)

**\[Sse-Notify\]** is simple to integrate with your Laravel project. Just install the package and start harnessing the power of SSE communication to elevate your user notifications.

👉 Ready to transform how you interact with your users?
------------------------------------------------------

[](#-ready-to-transform-how-you-interact-with-your-users)

Try **\[Sse-Notify\]** and discover how easy it is to take your notifications to the next level!

Requirements
------------

[](#requirements)

PHP 8.2 or higher
Laravel 10.0 or higher
User table with id uuid column
Active authentication system
Active uuid extension in database

Installation
------------

[](#installation)

```
composer require luizfabianonogueira/sse-notify
```

After installation, register the service provider.\\

In bootstrap/providers.php.

```
