Repository navigation
ReactPHP

ReactPHP is a low-level library for event-driven programming in PHP. At its core is an event loop, on top of which it provides low-level utilities, such as: a streams abstraction, asynchronous DNS resolver, network client/server, HTTP client/server, and interaction with processes.
ReactPHP's core reactor event loop that libraries can use for evented I/O.
Async, streaming plaintext TCP/IP and secure TLS socket server and client connections for ReactPHP.
Complete async capable Telegram bot API implementation for PHP7
Asynchronous coroutines for PHP 7.
Event-driven, streaming HTTP client and server implementation for ReactPHP.
Monitor for any changes in your php application and automatically restart it (suitable for async apps).
Asynchronous PHP client library for Redis built on top of ReactPHP
Event-driven library for executing child processes with ReactPHP.
Colorful extremely flexible spinner for [async] php cli applications
[Deprecated] Event-driven, streaming HTTP client for ReactPHP.
Asynchronous PHP Telegram Bot Framework built on top of ReactPHP