PHPackages                             dstuecken/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. [Logging &amp; Monitoring](/categories/logging)
4. /
5. dstuecken/notify

ActiveLibrary[Logging &amp; Monitoring](/categories/logging)

dstuecken/notify
================

Framework agnostic and lightweight notification system with several adapters.

1.0.3(10y ago)514.9k↓50%1MITPHPPHP &gt;=5.4.0CI failing

Since Oct 27Pushed 6y ago1 watchersCompare

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

READMEChangelog (5)Dependencies (7)Versions (4)Used By (0)

Notify
======

[](#notify)

Framework agnostic and lightweight notification system implementing the PSR LoggerInterface with several handling adapters.

Feel free to implement your own handlers!

[![Build Status](https://camo.githubusercontent.com/8f2cf666293b2f003e228feee5b1c5af5832c7dade0eb04d2ac18189812d1de4/68747470733a2f2f7472617669732d63692e6f72672f6473747565636b656e2f6e6f746966792e737667)](https://travis-ci.org/dstuecken/notify)[![License](https://camo.githubusercontent.com/e0a1c8b20bb2b4fd3b3eba3388d4134f1d5a7c9e1d842bb4b9b62a61e3c0d01d/68747470733a2f2f706f7365722e707567782e6f72672f6473747565636b656e2f6e6f746966792f6c6963656e7365)](https://packagist.org/packages/dstuecken/notify)[![Latest Stable Version](https://camo.githubusercontent.com/1cd52d50688a73d4790b4eac123d61d73f75448b97071543394690e984d5686a/68747470733a2f2f706f7365722e707567782e6f72672f6473747565636b656e2f6e6f746966792f762f737461626c65)](https://packagist.org/packages/dstuecken/notify)[![Latest Unstable Version](https://camo.githubusercontent.com/f918b0e2e6aec2bc7909ebe064ec0d950cfb95030db1122639b74005e29721bf/68747470733a2f2f706f7365722e707567782e6f72672f6473747565636b656e2f6e6f746966792f762f756e737461626c65)](https://packagist.org/packages/dstuecken/notify)

Requirements
------------

[](#requirements)

- PHP 5.4

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

[](#installation)

### Using Composer

[](#using-composer)

To install Notify with Composer, just add the following to your composer.json file:

```
{
    "require": {
        "dstuecken/notify": "dev-master"
    }
}
```

or by running the following command:

```
composer require dstuecken/notify
```

Usage
-----

[](#usage)

### Use the Header Handler

[](#use-the-header-handler)

```
