Skip to content

Latest commit

 

History

History
52 lines (40 loc) · 1.88 KB

File metadata and controls

52 lines (40 loc) · 1.88 KB

======= Event [Alpha]

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