Skip to content

rojtjo/notifier

Repository files navigation

Notifier

Latest Version on Packagist Software License Build Status Coverage Status Quality Score Total Downloads

Easily send notifications.

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.

Documentation

Coming soon

Security

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages