PHPackages                             cmuench/lib.notify - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. cmuench/lib.notify

ActiveLibrary

cmuench/lib.notify
==================

Linux desktop notification library

1.1.1(11y ago)223MITPHPPHP &gt;=5.4

Since Jan 27Pushed 11y agoCompare

[ Source](https://github.com/cmuench/lib.notify)[ Packagist](https://packagist.org/packages/cmuench/lib.notify)[ RSS](/packages/cmuench-libnotify/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (4)Used By (0)

PHP based Linux Notification library
====================================

[](#php-based-linux-notification-library)

The library can be extended by adapter. Currently we deliver one default adapter which needs external tool "notify-send".

Installation
------------

[](#installation)

```
composer.phar require "cmuench/lib.notify=dev-master"
```

External tool installation
--------------------------

[](#external-tool-installation)

### Ubuntu

[](#ubuntu)

Can be installed via apt (universal package)

```
sudo apt-get install libnotify-bin
```

Supported Adapters
------------------

[](#supported-adapters)

- Standard: external libnotify command
- PHP Module DBus (pecl install dbus)

Example-Usage
-------------

[](#example-usage)

```
