php-standard-library/channel
Async channels for PHP: lightweight, standard-library-style primitives to pass values between coroutines or threads. Provides buffered/unbuffered channels, send/receive operations, closing semantics, and helpers for coordinating producers/consumers and building pipelines.
php-standard-library/channel is a lightweight PHP package for working with channels—a simple abstraction to pass data between producers and consumers in a controlled, predictable way. It helps structure concurrency-like flows (queues, pipelines, fan-in/fan-out) without tightly coupling components.
Use it to build clean, testable communication paths in CLI tools, workers, or application services where you want explicit data handoff and backpressure-friendly patterns.
How can I help you explore Laravel packages today?