2017 © Pedro Peláez
 

library event-manager

Gephart Event Manager Component

image

gephart/event-manager

Gephart Event Manager Component

  • Wednesday, April 4, 2018
  • by MichalKatuscak
  • Repository
  • 1 Watchers
  • 0 Stars
  • 391 Installations
  • PHP
  • 4 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 9 Versions
  • 2 % Grown

The README.md

Gephart Event Manager

php, (*1)

Dependencies

  • PHP >= 7.1

Instalation

composer require gephart/event-manager

Using

Basic using:, (*2)

$listener1 = function () { echo "Hello"; };
$listener2 = function () { echo "World"; };

$event_manager->attach("my.event", $listener1, 200);
$event_manager->attach("my.event", $listener2, 100);

$event_manager->trigger("my.event"); // HelloWorld

The Versions

04/04 2018
02/10 2017

0.5

0.5.0.0 https://github.com/gephart/event-manager

Gephart Event Manager Component

  Sources   Download

MIT

The Requires

  • php >=7.1

 

The Development Requires

05/09 2017

0.4.1

0.4.1.0 https://github.com/gephart/event-manager

Gephart Event Manager Component

  Sources   Download

MIT

The Requires

  • php >=7.1

 

05/09 2017

0.4

0.4.0.0 https://github.com/gephart/event-manager

Gephart Event Manager Component

  Sources   Download

MIT

The Requires

  • php >=7.1

 

26/03 2017

0.2.3

0.2.3.0 https://github.com/gephart/event-manager

Gephart Event Manager Component

  Sources   Download

MIT

The Requires

  • php >=7.0

 

26/03 2017

0.2.2

0.2.2.0 https://github.com/gephart/event-manager

Gephart Event Manager Component

  Sources   Download

MIT

The Requires

  • php >=7.0

 

25/03 2017

0.2.1

0.2.1.0 https://github.com/gephart/event-manager

Gephart Event Manager Component

  Sources   Download

MIT

The Requires

  • php >=7.0

 

17/03 2017

0.2

0.2.0.0 https://github.com/gephart/event-manager

Gephart Event Manager Component

  Sources   Download

MIT

The Requires

  • php >=7.0

 

11/02 2017

0.1

0.1.0.0 https://github.com/gephart/event-manager

Gephart Event Manager Component

  Sources   Download

MIT

The Requires

  • php >=7.0