molajo/event

Molajo Events: Dispatcher, Event Dispatcher and Event Package for PHP applications

Installs: 433

Dependents: 2

Suggesters: 0

Security: 0

Stars: 0

Watchers: 4

Forks: 0

Open Issues: 0

Type:molajo-package

v0.4 2014-04-07 15:45 UTC

This package is auto-updated.

Last update: 2024-04-08 04:05:47 UTC


README

Build Status

Events

A certain point in time in a process that a requester schedules with a dispatcher which then delegates management of the event to an event dispatcher responsible to initiate registered listeners and return the collective results to the dispatcher which, in turn, provides the requester the results.

Install using Composer from Packagist

Step 1: Install composer in your project

    curl -s https://getcomposer.org/installer | php

Step 2: Create a composer.json file in your project root

{
    "require": {
        "Molajo/Pagination": "1.*"
    }
}

Step 3: Install via composer

    php composer.phar install

Requirements and Compliance