rojtjo / notifier
This package is abandoned and no longer maintained.
No replacement package was suggested.
Simple notifications
0.2.0
2016-04-06 00:36 UTC
Requires
- php: ~5.5|~7.0
Requires (Dev)
- henrikbjorn/phpspec-code-coverage: ^2.0
- phpspec/phpspec: ^2.5
- scrutinizer/ocular: ~1.1
- squizlabs/php_codesniffer: ~2.3
This package is auto-updated.
Last update: 2022-01-24 17:35:53 UTC
README
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.
- Laravel integration: https://github.com/rojtjo/notifier-laravel
Documentation
Coming soon
Security
If you discover any security related issues, please email me@rojvroemen.com instead of using the issue tracker.