Swoole is an open source async framework for PHP.
Swoole is an event-driven asynchronous and concurrent networking communication framework with high performance written only in C for PHP.
The network layer in Swoole is event-based and takes full advantage of the underlying epoll/kqueue implementation, making it really easy to serve thousands of connections.
More information can be found on GitHub and the Swool website.