2017 © Pedro Peláez
 

library podiya

PHP event library following Mediator pattern using Observer implementation

image

davidrockin/podiya

PHP event library following Mediator pattern using Observer implementation

  • Tuesday, September 16, 2014
  • by DavidRockin
  • Repository
  • 3 Watchers
  • 2 Stars
  • 13 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 2 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Podiya

Podiya (Ukrainian for 'event') is a PHP library that provides a simple and easy to use functionality that allows you to create events (or hooks) that are handled by listeners. Podiya can be used in an application to allow other developers create plugins that can extend and/or improve the functionality of the application. Latest Stable Version Total Downloads Latest Unstable Version License, (*1)

Events

Events (or hooks) are thrown by the application, in which listeners (from plugins) handle the events. For example, if the application were to display a blog post, the application would make several event calls that will be handled by listeners to display the post, comments, and author information., (*2)

The Versions

16/09 2014

dev-master

9999999-dev https://github.com/DavidRockin/Podiya

PHP event library following Mediator pattern using Observer implementation

  Sources   Download

LGPL v2.1

The Requires

  • php >=5.4.0

 

hook event listener mediator observer publish-subscribe

29/08 2014

dev-Podiya-v1.0

dev-Podiya-v1.0 https://github.com/DavidRockin/Podiya

PHP event library

  Sources   Download

GPL-3.0

The Requires

  • php >=5.3.0

 

plugin hook event listener

29/08 2014

1.0

1.0.0.0 https://github.com/DavidRockin/Podiya

PHP event library

  Sources   Download

GPL-3.0

The Requires

  • php >=5.3.0

 

plugin hook event listener