PHPackages                             signalert/laravel-package - 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. signalert/laravel-package

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

signalert/laravel-package
=========================

A Laravel package for Signalert

1.0.6(10y ago)215GPL-2.0PHP

Since Sep 11Pushed 10y agoCompare

[ Source](https://github.com/danhanly/signalert-laravel)[ Packagist](https://packagist.org/packages/signalert/laravel-package)[ RSS](/packages/signalert-laravel-package/feed)WikiDiscussions master Synced 3d ago

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

Signalert for Laravel
=====================

[](#signalert-for-laravel)

**Customisable &amp; Extensible Notifications - Providing Alerts Exactly Where You Need Them**

The following Readme details how to install, integrate and use this package within your Laravel installation. For more information on how Signalert works, please visit the [Signalert site](http://danhanly.github.io/signalert/).

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

[](#installation)

Include this package within your project's `composer.json` file:

```
{
    "require": {
        "signalert/laravel-package": "dev-master"
    }
}
```

Then run `composer update signalert/laravel-package`

Integration
-----------

[](#integration)

To integrate this package with your Laravel project, first add the Service Provider to your `config/app.php` file under the `providers` array:

```
'providers' => [
    ...
    Signalert\ServiceProviders\SignalertServiceProvider::class,
];
```

Now add the Signalert Facade to your aliases, in the same file:

```
'aliases' => [
    ...
    'Signalert' => Signalert\Facades\Signalert::class,
];
```

Usage
-----

[](#usage)

Since this package works with Laravel Facades, you don't need to instantiate the object, as in the Signalert main package.

Signalert makes it simple to store messages:

```
Signalert::store('Notification Name', 'homepage');
```

Signalert makes it simple to render messages:

```
Signalert::render('homepage', 'error');
```

Signalert even makes it simple to retrieve messages as an array:

```
Signalert::fetch('homepage', 'error');
```

Customisation
-------------

[](#customisation)

Please refer to the [Signalert site](http://danhanly.github.io/signalert/), for more information on how to extend and customise the package.

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity67

Established project with proven stability

 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

Every ~1 days

Total

6

Last Release

3940d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/82f22872e4513f1718107bfdf797333aee0983978bc8d7015c02cbc5a7e7dbe4?d=identicon)[danhanly](/maintainers/danhanly)

---

Top Contributors

[![danhanly](https://avatars.githubusercontent.com/u/1150741?v=4)](https://github.com/danhanly "danhanly (1 commits)")

### Embed Badge

![Health badge](/badges/signalert-laravel-package/health.svg)

```
[![Health](https://phpackages.com/badges/signalert-laravel-package/health.svg)](https://phpackages.com/packages/signalert-laravel-package)
```

###  Alternatives

[markwalet/nova-modal-response

A Laravel Nova asset for Modal responses on an action.

17878.9k](/packages/markwalet-nova-modal-response)[crumbls/layup

A visual page builder plugin for Filament 5 — Divi-style grid layouts with extensible widgets.

592.7k2](/packages/crumbls-layup)[team-nifty-gmbh/tall-datatables

Server-side rendered datatables for Laravel and Livewire

1320.9k4](/packages/team-nifty-gmbh-tall-datatables)[tomshaw/electricgrid

A feature-rich Livewire package designed for projects that require dynamic, interactive data tables.

119.4k](/packages/tomshaw-electricgrid)

PHPackages © 2026

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