michael-bouvy/monolog-desktop-extensions
Composer 安装命令:
composer require michael-bouvy/monolog-desktop-extensions
包简介
Monolog extensions (handlers / formatters) for desktop notifications (notify-send, Growl ...).
README 文档
README
Desktop notifications extensions (handlers / formatters) : notify-send (Linux) and Growl (Mac OS) for Monolog PHP library.
These handlers are heavily inspired by Fabien Potencier's Sismo application's notifiers.
Usage
See examples/linux-notification.php.
Handlers
####NotifySend
Uses Linux's libnotify, check you have libnotify-bin installed locally.
####Growl
To come.
Install
####Via composer
Just require the library in your composer.json :
{
"require": {
"michael-bouvy/monolog-desktop-extensions": "dev-master"
}
}
统计信息
- 总下载量: 5
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-01-09