Libraries tagged by reactphp
react/stream
164544815 Downloads
Event-driven readable and writable streams for non-blocking I/O in ReactPHP
react/socket
154144259 Downloads
Async, streaming plaintext TCP/IP and secure TLS socket server and client connections for ReactPHP
react/dns
151510936 Downloads
Async DNS resolver for ReactPHP
react/cache
149553725 Downloads
Async, Promise-based cache interface for ReactPHP
react/event-loop
178384767 Downloads
ReactPHP's core reactor event loop that libraries can use for evented I/O.
react/promise-timer
55585455 Downloads
A trivial implementation of timeouts for Promises, built on top of ReactPHP.
react/http
28753490 Downloads
Event-driven, streaming HTTP client and server implementation for ReactPHP
react/child-process
105456043 Downloads
Event-driven library for executing child processes with ReactPHP.
clue/redis-react
23298966 Downloads
Async Redis client implementation, built on top of ReactPHP.
clue/ndjson-react
96074794 Downloads
Streaming newline-delimited JSON (NDJSON) parser and encoder for ReactPHP.
react/react
3725855 Downloads
ReactPHP: Event-driven, non-blocking I/O with PHP.
react/async
10296564 Downloads
Async utilities and fibers for ReactPHP
clue/stdio-react
11665019 Downloads
Async, event-driven console input & output (STDIN, STDOUT) for truly interactive CLI applications, built on top of ReactPHP
bunny/bunny
7007203 Downloads
Performant pure-PHP AMQP (RabbitMQ) non-blocking ReactPHP library
react/promise-stream
13401255 Downloads
The missing link between Promise-land and Stream-land for ReactPHP