2017 © Pedro Peláez
 

library notifier

Simple notifications

image

rojtjo/notifier

Simple notifications

  • Wednesday, April 6, 2016
  • by Rojtjo
  • Repository
  • 2 Watchers
  • 0 Stars
  • 36 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Notifier

Latest Version on Packagist ![Software License][ico-license] Build Status ![Coverage Status][ico-scrutinizer] Quality Score ![Total Downloads][ico-downloads], (*1)

Easily send notifications., (*2)

Installation

$ composer require rojtjo/notifier

Usage

use Rojtjo\Notifier\ArrayTransport;
use Rojtjo\Notifier\Notification;
use Rojtjo\Notifier\Notifier;

$transport = new ArrayTransport();
$notifier = new Notifier($transport);

$notifier->send(Notification::success('A successful notification'));

Integrations

You can use one of the integrations below to get started more quickly., (*3)

  • Laravel integration: https://github.com/rojtjo/notifier-laravel

Documentation

Coming soon, (*4)

Security

If you discover any security related issues, please email me@rojvroemen.com instead of using the issue tracker., (*5)

The Versions

06/04 2016

dev-master

9999999-dev

Simple notifications

  Sources   Download

MIT

The Requires

  • php ~5.5|~7.0

 

The Development Requires

06/04 2016

0.2.0

0.2.0.0

Simple notifications

  Sources   Download

MIT

The Requires

  • php ~5.5|~7.0

 

The Development Requires

04/04 2016

0.1.0

0.1.0.0

Simple notifications

  Sources   Download

MIT

The Development Requires