2017 © Pedro Peláez
 

library notifyy

notifyy

image

hpbuniat/notifyy

notifyy

  • Tuesday, May 21, 2013
  • by hpbuniat
  • Repository
  • 2 Watchers
  • 2 Stars
  • 49 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

notifyy - simple notification library

notifyy is a re-usable component to do easy notifying, e.g. for status reports or updates. This is especially useful in cli applications where it's not longer necessary to continuously monitor the jobs output or to tail a log-file., (*1)

Builtin Notifiers

  • Stdout (simply prints the output)
  • File
  • Dbus
  • Growl (works well with snarl on windows)
  • Libnotify (uses notify-send)

Configuration

"growl": {
    "host": "127.0.0.1",
    "port": "9887",
    "password": "",
    "enabled": false
},
"file": {
    "enabled": false,
    "path": "/tmp"
},
"stdout": {
    "enabled": true
},
"libnotify": {
    "enabled": true
}

Extending

You may add own adapters by simply implementing the Notifyable-Interface., (*2)

The Versions

21/05 2013

dev-master

9999999-dev https://github.com/hpbuniat/notifyy

notifyy

  Sources   Download

BSD-3-Clause

by Hans-Peter Buniat

notification growl notifyy libnotify snarl