fivepercent/notifier

Send notifications to any system (AMQP as example)

v1.0.1 2015-06-26 07:24 UTC

This package is not auto-updated.

Last update: 2024-04-27 15:09:57 UTC


README

Notifier

Notifier

Send notifications to another system

Installation

Add FivePercent/Notifier in your composer.json:

{
    "require": {
        "fivepercent/notifier": "~1.0"
    }
}

Now tell composer to download the library by running the command:

$ php composer.phar update fivepercent/notifier