PHP event service works at PHP 5.4+. Couldn't get event to work on a PHP 5.3.10 install.
To get event working (OS X as an example):
1. brew install libevent
2. sudo pecl install event
This is tricky because pecl yields both "event" and "libevent" packages. I was successful with "event" and not "libevent".