Skip to content
/ Event Public

[Alpha] Molajo Events: Dispatcher, Event Dispatcher and Event Package for PHP applications

License

Notifications You must be signed in to change notification settings

Molajo/Event

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

======= 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

About

[Alpha] Molajo Events: Dispatcher, Event Dispatcher and Event Package for PHP applications

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages