amphp/pipeline
Fiber-safe concurrent iterators and collection operators for AMPHP. Build pipelines from iterables or async sources, then consume them safely from multiple fibers via foreach or manual iteration, with backpressure-friendly async iteration on PHP 8.1+.
amphp/byte-stream for I/O) to replace Laravel's native components.Pipeline::fromIterable() for pure PHP data transformation. Gradually expand to isolated HTTP endpoints with fiber-aware controllers, but avoid Eloquent/DB interactions initially. Must replace all DB access with Amp's database libraries and refactor session handling.illuminate/database) are incompatible. Amp's database drivers don't support Eloquent models, requiring custom data access layers. No compatibility with Laravel's built-in queue drivers or caching systems.DisposedException handling) or contribute fixes upstream. No ecosystem tools for monitoring fiber health in Laravel contexts.How can I help you explore Laravel packages today?