rodchyn/notifier

DBus and Growl Sismo notifier port for custom notifications

Maintainers

Package info

github.com/rodchyn/notifier

pkg:composer/rodchyn/notifier

Statistics

Installs: 5

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-03-01 00:18:46 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