clue/connection-manager-extra
Extra ReactPHP socket connector decorators that implement ConnectorInterface: retry/repeat, timeouts, delays, reject rules, swappable connectors, consecutive/random selection, concurrency limits, and selective routing for async connection management.
Architecture fit is poor; Laravel is designed for synchronous request-response workflows with PHP-FPM, while this package relies on ReactPHP's event-driven, non-blocking architecture. Integration feasibility is low due to fundamental mismatches in execution models—Laravel lacks native ReactPHP support, requiring a complete architectural overhaul to use this package. Technical risks include the package's inactive maintenance (last release 2022), low adoption (22 stars), and potential compatibility issues with modern ReactPHP versions. Key questions: Why use ReactPHP in a Laravel context when Laravel Octane (Swoole/RoadRunner) provides better async support? Are there maintained alternatives for connection management that align with Laravel's ecosystem?
Stack fit is incompatible; Laravel's standard stack (Apache/Nginx + PHP-FPM) cannot natively host ReactPHP applications. Migration path would require abandoning
How can I help you explore Laravel packages today?