Libraries tagged by reactphp
react/socket
50975355 Downloads
Async, streaming plaintext TCP/IP and secure TLS socket server and client connections for ReactPHP
react/event-loop
68810850 Downloads
ReactPHP's core reactor event loop that libraries can use for evented I/O.
react/stream
58707417 Downloads
Event-driven readable and writable streams for non-blocking I/O in ReactPHP
react/dns
48296861 Downloads
Async DNS resolver for ReactPHP
react/child-process
21918334 Downloads
Event-driven library for executing child processes with ReactPHP.
react/cache
47025147 Downloads
Async, Promise-based cache interface for ReactPHP
react/react
3197408 Downloads
ReactPHP: Event-driven, non-blocking I/O with PHP.
react/promise-timer
29636472 Downloads
A trivial implementation of timeouts for Promises, built on top of ReactPHP.
react/http
18373215 Downloads
Event-driven, streaming HTTP client and server implementation for ReactPHP
react/async
4195616 Downloads
Async utilities and fibers for ReactPHP
clue/stdio-react
6722531 Downloads
Async, event-driven console input & output (STDIN, STDOUT) for truly interactive CLI applications, built on top of ReactPHP
clue/redis-react
1896665 Downloads
Async Redis client implementation, built on top of ReactPHP.
clue/ndjson-react
15266340 Downloads
Streaming newline-delimited JSON (NDJSON) parser and encoder for ReactPHP.
bunny/bunny
4845163 Downloads
Performant pure-PHP AMQP (RabbitMQ) non-blocking ReactPHP library
react/promise-stream
11461893 Downloads
The missing link between Promise-land and Stream-land for ReactPHP