PHPackages                             nacosvel/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. nacosvel/pipeline

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

nacosvel/pipeline
=================

The Nacosvel Components

v1.1.0(7mo ago)061MITPHPPHP ^8.0

Since Dec 1Pushed 7mo agoCompare

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

READMEChangelogDependencies (2)Versions (3)Used By (1)

Pipeline
========

[](#pipeline)

The Nacosvel Components

[![GitHub Tag](https://camo.githubusercontent.com/8953682e8509933fb33017318a615ec76284267efee13a13dc8a0197ff82462c/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f7461672f6e61636f7376656c2f706970656c696e65)](https://github.com/nacosvel/pipeline/tags)[![Total Downloads](https://camo.githubusercontent.com/69240bcfaa0887d2ab120f0c26dcb6f1fbdc73e14d10ce7d69cdce3034d5636e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6e61636f7376656c2f706970656c696e653f7374796c653d666c61742d737175617265)](https://packagist.org/packages/nacosvel/pipeline)[![Packagist Version](https://camo.githubusercontent.com/c9115346e78308e18a4a2b8a891359b243538bc49a0b3b3203bf61d8d31a317f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6e61636f7376656c2f706970656c696e65)](https://packagist.org/packages/nacosvel/pipeline)[![Packagist PHP Version Support](https://camo.githubusercontent.com/f160edd9790554b12b17239bf15bd2d56dc7d8bd3f80bb52bc3a1958956f1606/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f6e61636f7376656c2f706970656c696e65)](https://github.com/nacosvel/pipeline)[![Packagist License](https://camo.githubusercontent.com/fba0c9b4a31d29d21a3d543789ac1aca9a30b7a44523e51a89931f1ebfb0634a/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6e61636f7376656c2f706970656c696e65)](https://github.com/nacosvel/pipeline)

 Table of Contents1. [Installation](#installation)
2. [Usage](#usage)
3. [Contributing](#contributing)
4. [Contributors](#contributors)
5. [License](#license)

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

[](#installation)

You can install the package via [Composer](https://getcomposer.org):

```
composer require nacosvel/pipeline
```

\[[back to top](#readme-top)\]

Usage
-----

[](#usage)

```
$pipeline = new Nacosvel\Pipeline\Pipeline();

$pipeline = $pipeline->send($passable = 'hello')->through([
    new Middleware,
])->then(function ($passable) {
    return $passable;
});

var_dump($pipeline);
```

```
$hub = new Nacosvel\Pipeline\Hub();

$hub->pipeline('pipeline', function (Pipeline $pipeline, $passable) {
    return $pipeline->send($passable)->through([
        new Middleware,
    ])->thenReturn();
});

$hub->pipelines('pipelines', [
    new Middleware,
]);

var_dump($hub->pipe($passable = 'hello', 'pipeline'));
var_dump($hub->pipe($passable = 'hello', 'pipelines'));
```

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

[](#contributing)

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request

\[[back to top](#readme-top)\]

Contributors
------------

[](#contributors)

Thanks goes to these wonderful people:

[ ![contrib.rocks image](https://camo.githubusercontent.com/e9b2bda1398d140c949f572017073111e0d1d27fee862bae1194444419e88e57/68747470733a2f2f636f6e747269622e726f636b732f696d6167653f7265706f3d6e61636f7376656c2f706970656c696e65)](https://github.com/nacosvel/pipeline/graphs/contributors)Contributions of any kind are welcome!

\[[back to top](#readme-top)\]

License
-------

[](#license)

Distributed under the MIT License (MIT). Please see [License File](https://github.com/nacosvel/pipeline/blob/main/LICENSE) for more information.

\[[back to top](#readme-top)\]

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance65

Regular maintenance activity

Popularity4

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~3 days

Total

2

Last Release

212d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/16873970?v=4)[Xander Moore](/maintainers/jundayw)[@jundayw](https://github.com/jundayw)

---

Top Contributors

[![jundayw](https://avatars.githubusercontent.com/u/16873970?v=4)](https://github.com/jundayw "jundayw (5 commits)")

---

Tags

pipelineNacosvel

### Embed Badge

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

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

###  Alternatives

[symfony/dependency-injection

Allows you to standardize and centralize the way objects are constructed in your application

4.2k455.6M9.6k](/packages/symfony-dependency-injection)[illuminate/contracts

The Illuminate Contracts package.

706130.3M13.3k](/packages/illuminate-contracts)[illuminate/container

The Illuminate Container package.

31182.0M2.4k](/packages/illuminate-container)[ecotone/ecotone

Enterprise architecture layer for Laravel and Symfony — CQRS, Event Sourcing, Durable Workflows (Sagas, Orchestrators), Projections, and Outbox messaging via PHP attributes.

564576.7k53](/packages/ecotone-ecotone)[symfony/type-info

Extracts PHP types information.

20069.8M270](/packages/symfony-type-info)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

751291.4k43](/packages/civicrm-civicrm-core)

PHPackages © 2026

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