PHPackages                             lbreda/livewire3-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. lbreda/livewire3-notify

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

lbreda/livewire3-notify
=======================

Simple Notify binding for Livewire3

v1.0(1y ago)015GPL-3PHPPHP ^8.2

Since Aug 13Pushed 1y ago1 watchersCompare

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

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

Livewire3 Notify
================

[](#livewire3-notify)

**Livewire3 Notify** is a [Livewire3](https://livewire.laravel.com) binding for [SimpleNotify](https://github.com/simple-notify/simple-notify). That's it.

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

[](#installation)

You have to install both SimpleNotify and this library:

```
npm i simple-notify
composer require lbreda/livewire3-notify
```

Then you should include the SimpleNotify scripts in your `app.js` (or equivalent):

```
import Notify from 'simple-notify'
import 'simple-notify/dist/simple-notify.css'
window.Notify = Notify
```

And this library component in your main layout:

```

    ...
    @simpleNotify()

...

```

Usage
-----

[](#usage)

You can simply dispatch the `notify` event inside your Livewire application. You can set the Simple Notify parameters ([here is a reference](https://github.com/simple-notify/simple-notify)) in the payload.

For example, you can use it in a component method:

```
#[On('test')]
public function test(): void
{
    $this->dispatch('notify', status: 'error', title: 'Error', text: 'Send halp');
}
```

or you can use it in a view:

```

    Notify

```

Setting up the default configuration
====================================

[](#setting-up-the-default-configuration)

You can export the default configuration via:

```
 php artisan vendor:publish --provider 'LBreda\Livewire3Notify\Providers\SimpleNotifyServiceProvider'
```

You'll find a `simple-notify.php` file in your `config` directory. Customise it as you like.

Happy coding!

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

635d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c9958c285c5a09c8692eec7c49eaf8e41b5afc6b4174a211214489106ae9d598?d=identicon)[LBreda](/maintainers/LBreda)

---

Top Contributors

[![LBreda](https://avatars.githubusercontent.com/u/633783?v=4)](https://github.com/LBreda "LBreda (8 commits)")

### Embed Badge

![Health badge](/badges/lbreda-livewire3-notify/health.svg)

```
[![Health](https://phpackages.com/badges/lbreda-livewire3-notify/health.svg)](https://phpackages.com/packages/lbreda-livewire3-notify)
```

###  Alternatives

[livewire/flux

The official UI component library for Livewire.

9385.0M85](/packages/livewire-flux)[jantinnerezo/livewire-alert

This package provides a simple alert utilities for your livewire components.

8041.2M20](/packages/jantinnerezo-livewire-alert)[spatie/laravel-livewire-wizard

Build wizards using Livewire

4061.0M4](/packages/spatie-laravel-livewire-wizard)[kirschbaum-development/commentions

A package to allow you to create comments, tag users and more

12369.2k](/packages/kirschbaum-development-commentions)[revolution/self-ordering

Self Ordering System

2112.7k](/packages/revolution-self-ordering)[joelwmale/livewire-quill

Easily add QuillJS with image support to any Laravel Livewire component.

1314.0k](/packages/joelwmale-livewire-quill)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
