Skip to content
forked from sabre-io/event

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

License

Notifications You must be signed in to change notification settings

devrkd/sabre-event

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sabre/event

A lightweight library for event-based development in PHP.

This library provides two patterns:

  1. EventEmitter
  2. Promises

Full documentation can be found on the website.

Installation

Make sure you have composer installed, and then run:

composer require sabre/event "~2.0.0"

For legacy reasons, we also provide a unsupported PHP 5.3 compatible version. We recommend that you update your servers and use the regular version instead, though.

Build status

branch status
master 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

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%