PHPackages                             slashequip/laravel-pipeline - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. slashequip/laravel-pipeline

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

slashequip/laravel-pipeline
===========================

An opinionated, improved pipeline for Laravel projects to help breakdown complex logic into easily readable chunks.

0.2.0(3y ago)6112[4 PRs](https://github.com/slashequip/laravel-pipeline/pulls)MITPHPPHP ^8.0CI passing

Since Mar 23Pushed 5mo ago1 watchersCompare

[ Source](https://github.com/slashequip/laravel-pipeline)[ Packagist](https://packagist.org/packages/slashequip/laravel-pipeline)[ Docs](https://github.com/slashequip/laravel-pipeline)[ GitHub Sponsors](https://github.com/slashequip)[ RSS](/packages/slashequip-laravel-pipeline/feed)WikiDiscussions main Synced today

READMEChangelog (2)Dependencies (12)Versions (7)Used By (0)

Laravel Pipeline
================

[](#laravel-pipeline)

[![Latest Version on Packagist](https://camo.githubusercontent.com/1ca273af08669ab984ee829509e8984e9d8176d881321884af02568ed622198d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f736c61736865717569702f6c61726176656c2d706970656c696e652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/slashequip/laravel-pipeline)[![GitHub Tests Action Status](https://camo.githubusercontent.com/68bca310a199e38891337126407c7c2e2fa43d4e5804dfa558eeb8eee0618cc8/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f736c61736865717569702f6c61726176656c2d706970656c696e652f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/slashequip/laravel-pipeline/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/c33219e032ff5982485266f04f98e5a0bab8bb2b6632afc724ce058be3893af4/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f736c61736865717569702f6c61726176656c2d706970656c696e652f436865636b253230262532306669782532307374796c696e673f6c6162656c3d636f64652532307374796c65)](https://github.com/slashequip/laravel-pipeline/actions?query=workflow%3A%22Check+%26+fix+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/458b6795f5e21ec216af0a255822515179b7244ca403de5fd202b4fe4d8b95bf/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f736c61736865717569702f6c61726176656c2d706970656c696e652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/slashequip/laravel-pipeline)

An opinionated, improved pipeline for Laravel projects to help breakdown complex logic into easily readable chunks.

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require slashequip/laravel-pipeline
```

Usage
-----

[](#usage)

For full usage view the [full documentation](https://laravelpipeline.com).

```
$pipeline = Pipeline::make();
$pipeline->send(UserRegistrationTransport::make());
$pipeline->through(
    CreateUserPipe::make(),
    NotifyUserRegisteredPipe::make(),
    AddUserToSegmentPipe::make(),
    LogUserInPipe::make()
);
$finalTransportState = $pipeline->deliver();
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Sam Jones](https://github.com/slashequip)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance48

Moderate activity, may be stable

Popularity12

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 64.5% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~272 days

Total

2

Last Release

1292d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/fbb854e09eb0aafbd7b8dc4517599ced8da6b8528c9d4ddfe82a4fc9691e8796?d=identicon)[slashequip](/maintainers/slashequip)

---

Top Contributors

[![slashequip](https://avatars.githubusercontent.com/u/2316916?v=4)](https://github.com/slashequip "slashequip (49 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (15 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (11 commits)")[![nik-418](https://avatars.githubusercontent.com/u/6206742?v=4)](https://github.com/nik-418 "nik-418 (1 commits)")

---

Tags

laravelslashequiplaravel-pipeline

###  Code Quality

TestsPest

### Embed Badge

![Health badge](/badges/slashequip-laravel-pipeline/health.svg)

```
[![Health](https://phpackages.com/badges/slashequip-laravel-pipeline/health.svg)](https://phpackages.com/packages/slashequip-laravel-pipeline)
```

###  Alternatives

[spatie/laravel-pdf

Create PDFs in Laravel apps

1.0k4.8M47](/packages/spatie-laravel-pdf)[codewithdennis/filament-select-tree

The multi-level select field enables you to make single selections from a predefined list of options that are organized into multiple levels or depths.

329530.5k29](/packages/codewithdennis-filament-select-tree)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.6k](/packages/rawilk-profile-filament-plugin)[worksome/exchange

Check Exchange Rates for any currency in Laravel.

124603.0k](/packages/worksome-exchange)[tarfin-labs/event-machine

Event-driven state machines for Laravel with event sourcing, type-safe context, and full audit trail.

199.4k](/packages/tarfin-labs-event-machine)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
