illuminate/pipeline
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.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| illuminate/support | 0.86 | — | 582 | 630 | 156 | 2M | 0 | 7.6 | 48.6 | MIT | — | |
| illuminate/translation | 0.85 | Illuminate Translation is Laravel’s translation engine, providing a Translator with loaders, language files, and fallback locales to resolve strings and pluralization. Supports namespaces, JSON translations, and runtime locale switching for multilingual PHP apps. | 69 | 73 | 11 | 497K | 0 | 0.7 | 53.2 | MIT | — | |
| illuminate/pagination | 0.84 | Laravel’s pagination component for generating paginated results and navigation links from query builders and Eloquent. Provides Paginator and LengthAwarePaginator, simple/advanced pagination, customizable views, and easy integration with HTTP requests. | 105 | 122 | 31 | 539K | 0 | 1.5 | 51.2 | MIT | — | |
| mpociot/pipeline | 0.84 | Lightweight PHP pipeline implementation (based on illuminate/pipeline) without requiring the Illuminate container. Send an object through an array of middleware/handlers and finish with a callback—useful for middleware-style request/command processing. | 136 | 139 | 6 | 23K | 0 | 1.8 | 30.8 | — | 9 years ago | |
| illuminate/console | 0.84 | Illuminate Console provides the Artisan command-line framework used by Laravel. Define commands, schedule tasks, manage input/output, prompts, and terminal styling, and integrate with the service container to build robust CLI tools and automation. | 130 | 137 | 28 | 570K | 0 | 1.5 | 50.3 | MIT | — | |
| stancl/jobpipeline | 0.82 | Convert an event into a sequence of jobs. JobPipeline turns any series of Laravel jobs into an event listener, letting you send data from the event and run the pipeline sync or queued, optionally on a specific queue. | 130 | 130 | 19 | 555K | 0 | 21.1 | 56.0 | MIT | 4 months ago | |
| league/pipeline | 0.81 | 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. | 1,000 | 1,017 | 74 | 346K | 3 | 8.0 | 35.7 | MIT | — | |
| illuminate/events | 0.79 | Illuminate Events is Laravel’s event dispatcher component, providing a simple way to register listeners and subscribers, dispatch events, and build decoupled, extensible application workflows with synchronous or queued handling. | 135 | 150 | 10 | 857K | 0 | 1.0 | 52.5 | MIT | — | |
| illuminate/hashing | 0.78 | Laravel’s hashing component for securely storing and verifying passwords. Provides simple APIs and drivers for bcrypt and Argon2 (including Argon2id), automatic rehashing when options change, and configurable settings for cost and memory/time limits. | 64 | 67 | 4 | 296K | 0 | 0.4 | 50.5 | MIT | — | |
| filp/whoops | 0.68 | Pretty error handler for PHP that turns fatal errors and exceptions into clean, developer-friendly pages with stack traces, request context, and code previews. Great for local development, debugging, and integrating into frameworks to replace default error screens. | 13,240 | 13,619 | 603 | 9M | 8 | 42.3 | 41.5 | MIT | — | |
| laravel/pail | 0.68 | Laravel Pail tails your Laravel app’s logs in a sleek, interactive CLI. Works with any log driver (including Sentry and Flare) and includes handy filters to quickly find the messages you need while developing. | 918 | 918 | 29 | 6M | 5 | 28.8 | 61.4 | MIT | 1 month ago |
How can I help you explore Laravel packages today?