Laravel Pipelines & Composable Job Middleware

This page summarizes the projects mentioned and recommended in the original post on dev.to

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. Laravel

    The Laravel Framework.

    Starting in Laravel 11.26, you can now use the artisan make:job-middleware command to generate Job middleware.

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. Pipeline

    League\Pipeline (by thephpleague)

    The Laravel Pipeline is very versatile — although for Bag I went with League\Pipeline as it was faster and functionally, it's almost identical — and can be used for any composable series of operation that act on a value — be that HTTP request middleware, Job middleware, or anything else you want.

  4. bag

    Immutable Value Objects for PHP

    The Laravel Pipeline is very versatile — although for Bag I went with League\Pipeline as it was faster and functionally, it's almost identical — and can be used for any composable series of operation that act on a value — be that HTTP request middleware, Job middleware, or anything else you want.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • 19+ Laravel Best Practices for Developers in 2024

    4 projects | dev.to | 14 Mar 2025
  • Move from DDD Laravel make command to Codestarter (fase 2)

    3 projects | dev.to | 8 Mar 2025
  • 2025 Best PHP Micro Frameworks: Slim, Flight, Fat-Free, Lumen, and More!

    12 projects | dev.to | 27 Feb 2025
  • Laravel modular folder structure

    1 project | dev.to | 22 Feb 2025
  • How Laravel Generates Access Tokens

    1 project | dev.to | 18 Feb 2025

Did you know that PHP is
the 14th most popular programming language
based on number of references?