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
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| react/react | 0.87 | 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,085 | 9,107 | 717 | 29K | 0 | 46.9 | 8.6 | MIT | 2 years ago | |
| babdev/websocket-bundle | 0.86 | — | 6 | 6 | 2 | 4K | 0 | 0.1 | 37.4 | NOASSERTION | — | |
| dovstone/symfony-blog-admin-bundle-mongodb-based | 0.85 | — | 0 | 0 | 0 | 0 | 0 | 0.3 | — | — | 3 years ago | |
| clue/term-react | 0.84 | 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 | 259K | 0 | 3.5 | 46.9 | MIT | 2 years ago | |
| analogic/socket | 0.84 | Analogic Socket is a PHP package for building lightweight TCP/UDP socket clients and servers. It provides simple APIs for connecting, sending/receiving data, and handling basic networking workflows without pulling in a full framework. | 0 | 0 | 0 | 0 | 0 | 0.0 | — | — | 10 years ago | |
| beyondcode/laravel-websockets | 0.84 | — | 5,086 | 5,072 | 653 | 113K | 0 | 24.5 | 13.3 | MIT | 2 years ago | |
| php-standard-library/async | 0.84 | 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. | 1 | 1 | 0 | 28K | 0 | 21.2 | 64.8 | MIT | 2 weeks ago | |
| alchemy/rabbitmq-management-client | 0.84 | PHP client for the RabbitMQ Management HTTP API. Query and manage queues, exchanges and more via synchronous Guzzle requests or asynchronous ReactPHP promises. Includes a Guarantee helper to ensure resources exist and match desired settings. | 41 | 42 | 24 | 0 | 7 | 3.5 | 2.3 | NOASSERTION | 9 years ago | |
| adunblock/server-tag-symfony | 0.83 | Symfony bundle that fetches script URLs from a remote endpoint and renders them via a Twig server_tag() function. Uses Symfony HttpClient, optional caching with configurable TTL, safe HTML escaping, and graceful error handling. Compatible with Symfony 5–8. | 0 | 0 | 0 | 0 | 0 | 0.0 | — | — | — | |
| internal/promise | 0.83 | Lightweight Promises/A implementation for PHP (fork of reactphp/promise). PHP 8.1+ compatible with strict types and improved type annotations. Drop-in replacement for react/promise v2/v3 with reusable rejection handling and safer defaults. | 53 | 53 | 1 | 154K | 0 | 9.1 | 51.0 | MIT | 7 months ago | |
| citizen63000/easy-api-core | 0.83 | — | 0 | 0 | 1 | 5 | 0 | 6.1 | 11.2 | MIT | 9 months ago | |
| amphp/http-server | 0.83 | Non-blocking, concurrent HTTP/1.1 and HTTP/2 application server for PHP 8.1+ built on Revolt and Amp (fibers). Includes TLS, middleware, gzip, and integrations for routing, static files, WebSockets, sessions, and more. | 1,324 | 1,323 | 102 | 601K | 11 | 41.2 | 46.7 | MIT | 1 month ago | |
| open-southeners/extended-php | 0.83 | Extended PHP helpers for modern apps: adds convenient functions, utilities, and small enhancements that complement core PHP to reduce boilerplate and speed up everyday development. Lightweight, easy to drop into existing projects. | 0 | 0 | 0 | 82 | 0 | 15.2 | 28.4 | MIT | 7 months ago | |
| dakenf/release-profiler-bundle | 0.83 | — | 5 | 5 | 1 | 2 | 0 | 0.7 | 1.7 | MIT | 9 years ago | |
| clue/socks-react | 0.83 | 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. | 117 | 118 | 26 | 9K | 0 | 28.6 | 31.0 | MIT | 1 month ago | |
| dovstone/symfony-blog-admin-bundle-pairdb-based | 0.83 | — | 0 | 0 | 0 | 0 | 0 | 0.3 | — | — | 4 years ago | |
| clue/http-proxy-react | 0.80 | 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. | 47 | 47 | 16 | 11K | 1 | 5.4 | 32.4 | MIT | 2 years ago | |
| cboden/ratchet | 0.80 | 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,425 | 6,493 | 793 | 284K | 8 | 46.1 | 26.0 | MIT | 4 years ago | |
| clue/buzz-react | 0.80 | 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 | 20.5 | MIT | 5 years ago | |
| clue/framework-x | 0.79 | 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. | 938 | 935 | 56 | 3K | 1 | 11.8 | 8.4 | MIT | 1 year ago |
How can I help you explore Laravel packages today?