revolt/event-loop-adapter-react
Run ReactPHP libraries on the Revolt event loop. This adapter lets you pass React\EventLoop\Loop::get() where a LoopInterface is required, automatically bridging ReactPHP components to Revolt for a single, unified loop.
Architecture fit is highly specialized and only applicable for projects explicitly using ReactPHP components (e.g., custom WebSocket servers, async I/O handlers). It has minimal relevance to standard Laravel applications since Laravel's core HTTP kernel and queue systems operate synchronously without ReactPHP dependencies. Integration feasibility is low outside of niche async use cases—Laravel's ecosystem typically uses Octane/Swoole for async needs rather than ReactPHP. Technical risks include near-zero adoption (0 dependents), sparse
How can I help you explore Laravel packages today?