Swoole - Asynchronous & concurrent & distributed networking framework for PHP.
Swoole is an event-based & concurrent framework for internet applications, written in C, for PHP.
event-based
The network layer in Swoole is event-based and takes full advantage of the underlaying epoll/kqueue implementation, making it really easy to serve thousands of connections.