michael-bouvy / monolog-desktop-extensions
Monolog extensions (handlers / formatters) for desktop notifications (notify-send, Growl ...).
Package info
github.com/michael-bouvy/monolog-desktop-extensions
pkg:composer/michael-bouvy/monolog-desktop-extensions
0.1.0
2016-04-29 07:47 UTC
Requires
- php: ^5.4
- monolog/monolog: ^1.7
- symfony/process: ^2.4
This package is auto-updated.
Last update: 2026-03-11 07:18:58 UTC
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"
}
}