fivepercent/notifier

Send notifications to any system (AMQP as example)

Installs: 306

Dependents: 0

Suggesters: 1

Security: 0

Stars: 2

Watchers: 5

Forks: 1

Open Issues: 0

pkg:composer/fivepercent/notifier

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

This package is not auto-updated.

Last update: 2025-09-27 22:22:57 UTC


README

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