bjornnorman / event

:bell: The sabre/event library provides utilities for lightweight event-based programming

Home Page:http://sabre.io/event/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sabre/event

A lightweight library for event-based development in PHP.

This library provides the following event-based concepts:

  1. EventEmitter.
  2. Promises.
  3. An event loop.
  4. Co-routines.

Full documentation can be found on the website.

Installation

Make sure you have composer installed, and then run:

composer require sabre/event "^3.0"

This package requires PHP 5.5. The 2.0 branch is still maintained as well, and supports PHP 5.4.

Build status

branch status
master Build Status
3.0 Build Status
2.0 Build Status
1.0 Build Status
php53 Build Status

Questions?

Head over to the sabre/dav mailinglist, or you can also just open a ticket on GitHub.

Made at fruux

This library is being developed by fruux. Drop us a line for commercial services or enterprise support.

About

:bell: The sabre/event library provides utilities for lightweight event-based programming

http://sabre.io/event/

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:PHP 100.0%