fivepercent/notifier

Send notifications to any system (AMQP as example)

Maintainers

Package info

github.com/InnoGr/FivePercent-Notifier

pkg:composer/fivepercent/notifier

Statistics

Installs: 306

Dependents: 0

Suggesters: 1

Stars: 2

Open Issues: 0

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

This package is not auto-updated.

Last update: 2026-03-01 00:56:15 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