2017 © Pedro Peláez
 

library notification-manager

Notification manager

image

dareit/notification-manager

Notification manager

  • Thursday, March 8, 2018
  • by Peter-DareIT
  • Repository
  • 0 Watchers
  • 1 Stars
  • 39 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 4 Open issues
  • 5 Versions
  • 34 % Grown

The README.md

Notification manager

Notification manager is a very simple and lightweight library to handle notifications., (*1)

Usage

Most Basic use of the lib, (*2)

 $handler = new FooHandler();
 $notification = new FooNotification();

 $map = new InMemoryNotificationHandlerMap();
 $map->mapNotificationToHandler($notification, $handler);

 $logger = new Logger();

 $manager = new NotificationManager($map, $logger);
 $manager->dispatch($notification);

The Versions

08/03 2018

dev-Fix-code-review

dev-Fix-code-review

Notification manager

  Sources   Download

MIT

The Requires

 

The Development Requires

05/03 2018

dev-develop

dev-develop

Notification manager

  Sources   Download

MIT

The Requires

 

The Development Requires

05/03 2018

dev-feature/handle-incompatible-notifications

dev-feature/handle-incompatible-notifications

Notification manager

  Sources   Download

MIT

The Requires

 

The Development Requires

05/03 2018

dev-master

9999999-dev

Notification manager

  Sources   Download

MIT

The Requires

 

The Development Requires

05/03 2018

1.0.0

1.0.0.0

Notification manager

  Sources   Download

MIT

The Requires

 

The Development Requires