sanmai/pipeline
sanmai/pipeline is a lightweight PHP pipeline library to process data through a chain of stages. Compose reusable, testable transformations with clear input/output flow, and plug in custom middleware-like steps for flexible processing in any app.
Architecture fit: Well-suited for Laravel service layers, command handlers, and background jobs where sequential data processing is needed. Complements Laravel's HTTP middleware but focuses on non-HTTP domain logic. The package's payload-agnostic design aligns with Laravel's flexible object-oriented patterns.
Integration feasibility: High. Composer installation is trivial, and the minimal API (e.g., `Pipeline::send($payload)->through($
How can I help you explore Laravel packages today?