dev-master
9999999-dev https://github.com/medehghani/alertEvent loops for event-driven/async PHP
MIT
The Requires
- php >=5.4.0
by Mehdi Dehghani
events async non-blocking libevent
Wallogit.com
2017 © Pedro Peláez
Event loops for event-driven/async PHP
Alert provides native and libevent event reactors for powering event-driven PHP applications and servers., (*1)
Buffer and event-emmitter abstractions -- though user-friendly -- are unfortunately slow in userland. Performant PHP servers cannot compete (in terms of speed) with the likes of Node.js where such features are compiled. Alert eschews such features and provides only non-blocking IO and timer events to avoid enforcing OOP slowness on the overlaid application. It's a stripped down, no-frills event reactor without a learning curve that "just works.", (*2)
Alert adds the following functionality to PHP's non-blocking IO space:, (*3)
$ git clone https://github.com/rdlowrey/alert.git
Manually download from the tagged release section., (*4)
$ php composer.phar require rdlowrey/alert:0.3.*
Event loops for event-driven/async PHP
MIT
events async non-blocking libevent