2017 © Pedro Peláez
 

library notifier

DBus and Growl Sismo notifier port for custom notifications

image

rodchyn/notifier

DBus and Growl Sismo notifier port for custom notifications

  • Friday, August 10, 2012
  • by rodchyn
  • Repository
  • 1 Watchers
  • 1 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

DBus and Growl notifier

Notifier ported from Sismo to be able to use it in own projects, (*1)

To install add it ower composer, (*2)

composer require rodchyn/notifier

And simply, (*3)

<?php

require_once 'vendor/autoload.php';

$notifier = new \Rodchyn\Notifier\DBusNotifier();
$notifier->notify('Title', 'Notification text');

Thanks to Fabien Potensier, (*4)

The Versions

10/08 2012

dev-master

9999999-dev

DBus and Growl Sismo notifier port for custom notifications

  Sources   Download

MIT

The Requires

 

notification growl dbus