michael-bouvy / monolog-desktop-extensions
Monolog extensions (handlers / formatters) for desktop notifications (notify-send, Growl ...).
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 1
Open Issues: 0
pkg:composer/michael-bouvy/monolog-desktop-extensions
Requires
- php: ^5.4
- monolog/monolog: ^1.7
- symfony/process: ^2.4
This package is auto-updated.
Last update: 2025-10-11 06:28:35 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" } }