• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..12-Jan-2021-

lib/H12-Jan-2021-1,517502

CHANGELOG.mdH A D11-Jan-20212.3 KiB7955

LICENSEH A D11-Jan-20211.5 KiB2823

README.mdH A D11-Jan-20211.5 KiB5134

composer.jsonH A D11-Jan-20211.1 KiB4847

README.md

1sabre/event
2===========
3
4A lightweight library for event-based development in PHP.
5
6This library provides the following event-based concepts:
7
81. EventEmitter.
92. Promises.
103. An event loop.
114. Co-routines.
12
13Full documentation can be found on [the website][1].
14
15Installation
16------------
17
18Make sure you have [composer][3] installed, and then run:
19
20    composer require sabre/event "~3.0.0"
21
22This package requires PHP 5.5. The 2.0 branch is still maintained as well, and
23supports PHP 5.4.
24
25Build status
26------------
27
28| branch | status |
29| ------ | ------ |
30| master | [![Build Status](https://travis-ci.org/fruux/sabre-event.svg?branch=master)](https://travis-ci.org/fruux/sabre-event) |
31| 2.0    | [![Build Status](https://travis-ci.org/fruux/sabre-event.svg?branch=2.0)](https://travis-ci.org/fruux/sabre-event) |
32| 1.0    | [![Build Status](https://travis-ci.org/fruux/sabre-event.svg?branch=1.0)](https://travis-ci.org/fruux/sabre-event) |
33| php53  | [![Build Status](https://travis-ci.org/fruux/sabre-event.svg?branch=php53)](https://travis-ci.org/fruux/sabre-event) |
34
35
36Questions?
37----------
38
39Head over to the [sabre/dav mailinglist][4], or you can also just open a ticket
40on [GitHub][5].
41
42Made at fruux
43-------------
44
45This library is being developed by [fruux](https://fruux.com/). Drop us a line for commercial services or enterprise support.
46
47[1]: http://sabre.io/event/
48[3]: http://getcomposer.org/
49[4]: http://groups.google.com/group/sabredav-discuss
50[5]: https://github.com/fruux/sabre-event/issues/
51