dareit/notification-manager
Composer 安装命令:
composer require dareit/notification-manager
包简介
Notification manager
README 文档
README
Notification manager is a very simple and lightweight library to handle notifications.
Usage
Most Basic use of the lib
$handler = new FooHandler();
$notification = new FooNotification();
$map = new InMemoryNotificationHandlerMap();
$map->mapNotificationToHandler($notification, $handler);
$logger = new Logger();
$manager = new NotificationManager($map, $logger);
$manager->dispatch($notification);
统计信息
- 总下载量: 103
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-03-05