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.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| illuminate/pipeline | 0.82 | Illuminate Pipeline provides a simple, fluent way to send an object through a series of pipes (closures or classes) in Laravel. Build customizable middleware-style workflows, transform data step by step, and control the final destination with clean, composable code. | 94 | 96 | 13 | 865K | 0 | 0.9 | 54.7 | MIT | — | |
| sanmai/pipeline | 0.81 | 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. | 74 | 77 | 6 | 1,000K | 14 | 34.4 | 74.0 | Apache-2.0 | 2 months ago | |
| willdurand/negotiation | 0.75 | HTTP content negotiation library for PHP. Parses Accept* headers to match the best media type, language, charset, or encoding, with flexible matchers and prioritization. Handy for APIs and middleware to select response formats based on client preferences. | 1,422 | 1,435 | 64 | 2M | 5 | 39.9 | 56.0 | MIT | 4 years ago |
How can I help you explore Laravel packages today?