rodchyn/notifier

DBus 和 Growl Sismo 通知器端口,用于自定义通知

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

This package is auto-updated.

Last update: 2024-08-29 04:11:42 UTC


README

将Notifier从Sismo迁移,以便在个人项目中使用

安装时添加到composer

composer require rodchyn/notifier

然后简单

<?php

require_once 'vendor/autoload.php';

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

感谢Fabien Potensier