2017 © Pedro Peláez
 

library signalert

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

image

signalert/signalert

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

  • Thursday, April 14, 2016
  • by danhanly
  • Repository
  • 4 Watchers
  • 6 Stars
  • 16 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 0 % Grown

The README.md

Signalert

Customisable & Extensible Notifications - Providing Alerts Exactly Where You Need Them, (*1)

Build Status Coverage Status Release License, (*2)

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

Installing Signalert

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

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

Then run composer update signalert/signalert to see the package installed., (*5)

How to use Signalert

Signalert makes it simple to store messages:, (*6)

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

Signalert makes it simple to render messages:, (*7)

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

Signalert even makes it simple to retrieve messages as an array:, (*8)

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

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 renderer classes., (*9)

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., (*10)

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., (*11)

The Versions

14/04 2016

dev-master

9999999-dev

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

  Sources   Download

GPL-2.0

The Requires

 

The Development Requires

by Dan Hanly
by Mateusz Tracz

20/09 2015

1.0.6

1.0.6.0

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

  Sources   Download

GPL-2.0

The Requires

 

The Development Requires

by Dan Hanly
by Mateusz Tracz

19/09 2015

1.0.4

1.0.4.0

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

  Sources   Download

GPL-2.0

The Requires

 

The Development Requires

by Dan Hanly
by Mateusz Tracz

11/09 2015

1.0.2

1.0.2.0

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

  Sources   Download

GPL-2.0

The Requires

 

The Development Requires

by Dan Hanly
by Mateusz Tracz

11/09 2015

1.0.1

1.0.1.0

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

  Sources   Download

GPL-2.0

The Requires

 

The Development Requires

by Dan Hanly
by Mateusz Tracz

10/09 2015

dev-develop

dev-develop

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

  Sources   Download

GPL-2.0

The Requires

 

The Development Requires

by Dan Hanly
by Mateusz Tracz

10/09 2015

1.0.0

1.0.0.0

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

  Sources   Download

GPL-2.0

The Requires

 

The Development Requires

by Dan Hanly
by Mateusz Tracz