Libraries tagged by reactphp
clue/multicast-react
55275 Downloads
Simple, event-driven multicast UDP message client and server for ReactPHP.
clue/docker-react
126643 Downloads
Async, event-driven access to the Docker Engine API, built on top of ReactPHP.
clue/ami-react
91147 Downloads
Streaming, event-driven access to the Asterisk Manager Interface (AMI), built on top of ReactPHP.
alecrabbit/php-console-spinner
15852 Downloads
Extremely flexible spinner for [async] php cli applications
wyrihaximus/react-cron
29673 Downloads
⏱️ Cronlike scheduler running inside the ReactPHP Event Loop
revolt/event-loop-adapter-react
64197 Downloads
Makes any ReactPHP based library run on top of the Revolt event loop.
recoil/react
247360 Downloads
Integrate Recoil with ReactPHP.
clue/reactphp-sqlite
27719 Downloads
Async SQLite database, lightweight non-blocking process wrapper around file-based database extension (ext-sqlite3), built on top of ReactPHP.
clue/reactphp-eventsource
15447 Downloads
Instant real-time updates. Lightweight EventSource client receiving live messages via HTML5 Server-Sent Events (SSE). Fast stream processing built on top of ReactPHP's event-driven architecture.
leproxy/leproxy
2060 Downloads
LeProxy is the HTTP/SOCKS proxy server for everybody!
compwright/php-session
6634 Downloads
Standalone session implementation that does not rely on the PHP session module or the $_SESSION global, ideal for ReactPHP applications
clue/zlib-react
52574 Downloads
Streaming zlib compressor and decompressor for ReactPHP, supporting compression and decompression of GZIP, ZLIB and raw DEFLATE formats.
clue/tar-react
7765 Downloads
Streaming parser to extract tarballs with ReactPHP.
clue/sse-react
13313 Downloads
Streaming, async HTML5 Server-Sent Events server (aka. SSE or EventSource)
clue/connection-manager-extra
10142 Downloads
Extra decorators for creating async TCP/IP connections, built on top of ReactPHP's Socket component