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.

List ReactPHP repositories

predis-async

365
Stars
60
Forks
Watchers

Asynchronous PHP client library for Redis built on top of ReactPHP

react-fiber

21
Stars
4
Forks
Watchers

ReactPHP + ext-fiber

promise

2.3k
Stars
145
Forks
Watchers

Promises/A implementation for PHP.

zanzara

202
Stars
27
Forks
Watchers

Asynchronous PHP Telegram Bot Framework built on top of ReactPHP

php-console-spinner

239
Stars
15
Forks
Watchers

Colorful extremely flexible spinner for [async] php cli applications

socket

1.2k
Stars
154
Forks
Watchers

Async, streaming plaintext TCP/IP and secure TLS socket server and client connections for ReactPHP.

telegram-api

784
Stars
172
Forks
Watchers

Complete async capable Telegram bot API implementation for PHP7

php-watcher

392
Stars
29
Forks
Watchers

Monitor for any changes in your php application and automatically restart it (suitable for async apps).

recoil

794
Stars
38
Forks
Watchers

Asynchronous coroutines for PHP 7.

event-loop

1.2k
Stars
127
Forks
Watchers

ReactPHP's core reactor event loop that libraries can use for evented I/O.