1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/hubzilla_ynh.git synced 2024-09-03 19:26:21 +02:00
hubzilla_ynh/sources/vendor/sabre/event
2016-05-17 22:35:14 +05:30
..
bin Updated Huzilla and addons to version 1.6 2016-05-17 22:35:14 +05:30
lib Updated Huzilla and addons to version 1.6 2016-05-17 22:35:14 +05:30
.gitignore Updated Huzilla and addons to version 1.6 2016-05-17 22:35:14 +05:30
.travis.yml Updated Huzilla and addons to version 1.6 2016-05-17 22:35:14 +05:30
CHANGELOG.md Updated Huzilla and addons to version 1.6 2016-05-17 22:35:14 +05:30
LICENSE Updated Huzilla and addons to version 1.6 2016-05-17 22:35:14 +05:30
phpunit.xml.dist Updated Huzilla and addons to version 1.6 2016-05-17 22:35:14 +05:30
README.md Updated Huzilla and addons to version 1.6 2016-05-17 22:35:14 +05:30

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