2017 © Pedro Peláez
 

library armadillo

image

nelsonsar/armadillo

  • Sunday, February 15, 2015
  • by nelsonsar
  • Repository
  • 1 Watchers
  • 2 Stars
  • 39 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 44 % Grown

The README.md

Build Status Code Coverage Scrutinizer Code Quality, (*1)

Armadillo

Armadillo is a REALLY simple event manager that uses SplSubject and SplObserver to watch event dispatches., (*2)

How to use it

<?php

$dispatcher = new Armadillo\EventDispatcher;
$dispatcher->registerEvent('request');
$dispatcher->addListenerToEvent('request', $yourListener);

$dispatcher->dispatchEvent('event', 'Hello World');

The Versions

15/02 2015

dev-master

9999999-dev http://github.com/nelsonsar/armadillo

  Sources   Download

MIT

The Development Requires

by Gabriel Schmitt
by Nelson Senna