league/pipeline
League\Pipeline provides a lightweight, immutable implementation of the Pipeline pattern for PHP. Compose sequential processing stages (any callable or invokable class) and pass a payload through each stage in order, producing a final result.
The recommended way to install this package, is through composer.
composer require league/pipeline
How can I help you explore Laravel packages today?