ReactPHP topic
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.
predis-async
Asynchronous PHP client library for Redis built on top of ReactPHP
zanzara
Asynchronous PHP Telegram Bot Framework built on top of ReactPHP
php-console-spinner
Colorful extremely flexible spinner for [async] php cli applications
socket
Async, streaming plaintext TCP/IP and secure TLS socket server and client connections for ReactPHP.
telegram-api
Complete async capable Telegram bot API implementation for PHP7
php-watcher
Monitor for any changes in your php application and automatically restart it (suitable for async apps).
recoil
Asynchronous coroutines for PHP 7.
event-loop
ReactPHP's core reactor event loop that libraries can use for evented I/O.