react/async
Async utilities and fibers for ReactPHP. Provides async/await-style control flow plus Promise combinators (delay, parallel, series, waterfall, coroutine) to simplify sequencing and coordination of non-blocking, event-loop driven operations.
Architecture fit is poor due to fundamental execution model mismatch: Laravel operates in synchronous request-response cycles (typically PHP-FPM), while ReactPHP requires a long-running event loop for non-blocking I/O. Laravel's core components (Eloquent, HTTP kernel, middleware) assume blocking I/O and lack compatibility with ReactPHP
How can I help you explore Laravel packages today?