2017 © Pedro Peláez
 

library events

A simple event script, useful for EDD and Plugins

image

kcmerrill/events

A simple event script, useful for EDD and Plugins

  • Wednesday, August 13, 2014
  • by kcmerrill
  • Repository
  • 0 Watchers
  • 1 Stars
  • 921 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Events

The concept and idea I derived from WordPress and it's way of creating plugins. Or what some refer to as event driven design. I personally prefer it to be used for making things extensible.

Each register requires a paramater that would pass is_callable(). So use your imagination :)

I've attached a simple example.php to further explain the concept. Also, take a peek at WP's documentation as it's pretty thorough. Keep in mind however that the api is not the same as pluginify's, it's just to explain the concepts.

Wordpress Plugin API, (*1)

Build Status, (*2)

The Versions

13/08 2014

dev-master

9999999-dev

A simple event script, useful for EDD and Plugins

  Sources   Download

The Requires

  • php >=5.3.0

 

by kc merrill