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

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

signalert/signalert
===================

A notifications package to provide UI notifications to users and admins alike

1.0.6(10y ago)6371GPL-2.0PHP

Since Sep 10Pushed 10y ago3 watchersCompare

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

READMEChangelog (8)Dependencies (3)Versions (7)Used By (1)

Signalert
=========

[](#signalert)

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

[![Build Status](https://camo.githubusercontent.com/ffbd1d23d69416e0abffe7bd33b3c5764f807018e4a0241b0040182e5a05d0b4/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f64616e68616e6c792f7369676e616c6572742e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/danhanly/signalert)[![Coverage Status](https://camo.githubusercontent.com/40e75bedae7ef5a2db33a9f0f00dc919df7e984f2393686f02f66a9f0d3db40f/68747470733a2f2f696d672e736869656c64732e696f2f636f766572616c6c732f64616e68616e6c792f7369676e616c6572742e7376673f7374796c653d666c61742d737175617265)](https://coveralls.io/github/danhanly/signalert)[![Release](https://camo.githubusercontent.com/7a4e5a72b444ded624d36969ad13c97a6a906282db7ecd9147d843056b460ceb/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f64616e68616e6c792f7369676e616c6572742e7376673f7374796c653d666c61742d737175617265)](https://github.com/danhanly/signalert/releases)[![License](https://camo.githubusercontent.com/c249c28ee0b13298ca7cde33ecc70fd823afe490c0131c5e9700bef32208c5bd/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f64616e68616e6c792f7369676e616c6572742e7376673f7374796c653d666c61742d737175617265)](http://choosealicense.com/licenses/gpl-2.0/)

Signalert is a PHP notifications implementation designed to allow you to communicate effectively from anywhere in your application's code to your users.

Installing Signalert
--------------------

[](#installing-signalert)

Signalert is a composer-enabled package, so installing it is as simple as adding it to your composer.json file:

```
"require": {
    "signalert/signalert": "dev-master"
},
```

Then run `composer update signalert/signalert` to see the package installed.

How to use Signalert
--------------------

[](#how-to-use-signalert)

Signalert makes it simple to store messages:

```
$signalert = new Signalert();
$signalert->store('Notification Name', 'homepage');
```

Signalert makes it simple to render messages:

```
$signalert = new Signalert();
$signalert->render('homepage', 'error');
```

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

```
$signalert = new Signalert();
$signalert->fetch('homepage', 'error');
```

Customising
-----------

[](#customising)

By default, Signalert gives access to its SessionDriver to store messages in the default session, and also allows you to access to a simple [bootstrap](http://getbootstrap.com/) renderer classes.

You can customise any of these by writing your own classes, and specifying them within the configuration file `.signalert.yml` which should exist within your project root.

```
renderer: \Signalert\Renderer\BootstrapRenderer
driver: \Signalert\Storage\SessionDriver
```

Providing the full class name for each of these items will allow Signalert to understand and utilise them in its processes.

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community10

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 ~2 days

Total

5

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 (4 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

PHPackages © 2026

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