rumd3x/notifier-interface
Composer 安装命令:
composer require rumd3x/notifier-interface
包简介
Standard interface for objects that send notifications.
README 文档
README
Standard interface for objects that send notifications.
Install
composer require rumd3x/notifier-interface
Usage
<?php class MyNotification implements Rumd3x\Standards\NotificationInterface { // Implementation } class MyNotifier implements Rumd3x\Standards\NotifierInterface { public function notify(Rumd3x\Standards\NotificationInterface $notification) { // Implementation } } $notification = new MyNotification(); $notifier = new MyNotifier(); $notifier->notify($notification);
统计信息
- 总下载量: 1.06k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 3
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-02-13