fivepercent/notifier

向任何系统发送通知(以AMQP为例)

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

This package is not auto-updated.

Last update: 2024-09-28 17:00:10 UTC


README

向另一个系统发送通知

安装

在您的 composer.json 中添加 FivePercent/Notifier

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

现在运行以下命令告诉 composer 下载库

$ php composer.phar update fivepercent/notifier