rojtjo / notifier
此包已废弃且不再维护。未建议替代包。
简单通知
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
轻松发送通知。
安装
$ composer require rojtjo/notifier
使用
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'));
集成
您可以使用以下集成之一来快速开始。
文档
即将推出
安全
如果您发现任何与安全相关的问题,请通过电子邮件me@rojvroemen.com联系,而不是使用问题跟踪器。