clue/connection-manager-extra
Extra connector decorators for ReactPHP Socket. Wrap ConnectorInterface to add retries, timeouts, delays, rejection rules, swapping, consecutive/random selection, concurrency limits and selective routing—without changing your async connect() code.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| clue/socks-react | 0.84 | Async SOCKS5/SOCKS4(a) proxy client and server for ReactPHP. Tunnel any TCP/IP protocol (HTTP, SMTP, IMAP, etc.) through a SOCKS proxy using the standard ConnectorInterface, enabling easy drop-in proxy support and parallel connections. | 118 | 119 | 26 | 8K | 0 | 22.5 | 28.8 | MIT | 3 months ago | |
| clue/http-proxy-react | 0.84 | Async HTTP proxy with support for forward and reverse proxying (including HTTPS via CONNECT), built on ReactPHP. Useful for tunneling, debugging and routing HTTP(S) traffic in event-driven PHP apps, with streaming I/O and low overhead. | 49 | 49 | 17 | 16K | 0 | 23.6 | 40.3 | MIT | 1 month ago | |
| php-standard-library/async | 0.82 | Fiber-based async primitives for PHP: structured concurrency with cooperative multitasking. Run tasks concurrently, manage lifecycles, cancellations, and scopes predictably. Part of PHP Standard Library; docs and guides at php-standard-library.dev. | 2 | 2 | 0 | 37K | 0 | 18.0 | 63.3 | MIT | 2 months ago | |
| clue/buzz-react | 0.81 | Deprecated: migrated to react/http and kept for BC. Legacy async PSR-7 HTTP client for ReactPHP, promise-based, supports concurrent requests and streaming responses. Upgrade by switching namespaces to React\Http\Browser. | 350 | 353 | 38 | 8K | 1 | 11.7 | 19.2 | MIT | 6 years ago | |
| clue/term-react | 0.81 | Streaming terminal emulator for ReactPHP. Includes ControlCodeParser stream wrapper to strip ANSI/VT100 control sequences from input, buffering incomplete sequences so emitted data is always plain text for reliable processing. | 104 | 104 | 7 | 264K | 0 | 3.5 | 47.0 | MIT | 2 years ago | |
| drift/react-functions | 0.81 | — | 8 | 8 | 3 | 127 | 0 | 1.3 | 16.3 | MIT | 2 years ago | |
| react/react | 0.81 | ReactPHP is an event-driven, non-blocking I/O toolkit for PHP. Built around an event loop, it provides async building blocks like streams, DNS, sockets, HTTP client/server and process control—ideal for fast network services and long-running apps. | 9,093 | 9,114 | 714 | 23K | 0 | 46.9 | 7.6 | MIT | 3 years ago | |
| discord-php/http | 0.80 | Async PHP HTTP client for the Discord REST API (PHP 7.4+). Works with an event loop (e.g., React) and PSR-3 logging. Provides get/post/put/patch/delete plus queueRequest, returns decoded JSON promises, and includes Endpoint constants with bind() for rate-limit buckets. | 24 | 24 | 8 | 13K | 0 | 26.1 | 42.5 | MIT | 3 months ago | |
| clue/framework-x | 0.80 | Framework X is a simple, fast micro framework for building reactive PHP web apps. Create routes, return PSR-7 responses, and run anywhere—behind a traditional web server or as a standalone server with ReactPHP under the hood. | 943 | 942 | 57 | 4K | 1 | 11.9 | 10.6 | MIT | 1 year ago | |
| amphp/socket | 0.80 | Async, non-blocking socket library for AMPHP. Provides client/server abstractions over TCP, UDP, and Unix domain sockets with DNS resolution, retries, connect timeouts, cancellation, and optional TLS encryption. Implements ReadableStream/WritableStream. | 266 | 268 | 37 | 3M | 6 | 28.3 | 63.7 | MIT | 3 months ago | |
| clue/reactphp-sqlite | 0.80 | Async SQLite client for ReactPHP: run non-blocking queries against SQLite databases using promises and the event loop. Ideal for CLI daemons and long-running apps needing lightweight SQL storage without blocking I/O. | 57 | 57 | 10 | 1K | 10 | 6.1 | 22.3 | MIT | 1 year ago | |
| clue/utf8-react | 0.80 | Streaming UTF-8 parser for ReactPHP streams. Wraps a ReadableStream to ensure emitted chunks contain only complete, valid UTF-8 sequences, buffering split multibyte characters and replacing invalid bytes with a configurable placeholder. | 66 | 66 | 6 | 270K | 9 | 5.1 | 51.9 | MIT | 2 years ago | |
| cboden/ratchet | 0.79 | Ratchet is a PHP library for building asynchronous WebSocket servers. Compose apps from simple interfaces, reuse components, and deploy behind proxies or on ports 80/443. Includes docs and examples for chat-style real-time messaging. | 6,437 | 6,504 | 790 | 307K | 8 | 45.9 | 25.7 | MIT | 4 years ago | |
| phrity/websocket | 0.79 | PHP WebSocket client and multi-connection server with ws/wss support. Includes listener callbacks, standard Close and Ping/Pong handling, optional deflate compression, fragmentation and masking support, plus middleware system for extending behavior. | 217 | 216 | 24 | 261K | 1 | 29.7 | 49.3 | NOASSERTION | 1 month ago | |
| php-http/socket-client | 0.79 | PSR-7/PSR-18 HTTP client built on PHP streams. Supports TCP and UNIX domain sockets, TLS/SSL encryption, and client certificates. Lightweight, dependency-minimal option for making HTTP requests via socket connections. | 81 | 82 | 42 | 63K | 0 | 15.0 | 43.0 | MIT | 6 months ago | |
| amphp/http-client | 0.78 | Asynchronous HTTP client for PHP built on Revolt and fibers. Supports HTTP/1 & HTTP/2, concurrent requests, connection pooling, redirects, gzip/deflate, streaming bodies, TLS by default, forms, cookies, and proxies—no ext/curl dependency. | 728 | 731 | 68 | 958K | 7 | 33.2 | 51.3 | MIT | 2 months ago | |
| dormilich/http-client | 0.78 | Lightweight PHP HTTP client wrapper focused on simple requests and responses, with a clean API for common HTTP methods and header/body handling. Useful as a minimal dependency for sending HTTP calls without a full-featured framework. | 1 | 1 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| clue/block-react | 0.76 | Lightweight bridge to run ReactPHP’s event loop in a blocking way. Lets you wait for promises and async operations from synchronous PHP code, ideal for CLI tools and scripts that need occasional async I/O without restructuring your whole app. | 156 | 154 | 16 | 13K | 1 | 4.7 | 26.4 | MIT | 4 years ago |
How can I help you explore Laravel packages today?