rodchyn/notifier

DBus and Growl Sismo notifier port for custom notifications

Installs: 5

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/rodchyn/notifier

dev-master 2012-08-10 09:26 UTC

This package is auto-updated.

Last update: 2025-09-29 01:16:00 UTC


README

Notifier ported from Sismo to be able to use it in own projects

To install add it ower composer

composer require rodchyn/notifier

And simply

<?php

require_once 'vendor/autoload.php';

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

Thanks to Fabien Potensier