PHPackages                             dlundgren/pipeware - 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. dlundgren/pipeware

ActiveLibrary

dlundgren/pipeware
==================

Pipelined PSR-15 middleware

3.0.0(6y ago)154MITPHPPHP &gt;=7.2

Since Jun 20Pushed 6y ago1 watchersCompare

[ Source](https://github.com/dlundgren/pipeware)[ Packagist](https://packagist.org/packages/dlundgren/pipeware)[ RSS](/packages/dlundgren-pipeware/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (6)Dependencies (10)Versions (7)Used By (0)

Pipeware library
================

[](#pipeware-library)

[![Latest Version on Packagist](https://camo.githubusercontent.com/8919abce346052594ddff4c1adf5d187d7a2fecb3f9edc5ceb8aab34b4f7802b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f646c756e646772656e2f70697065776172652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/dlundgren/pipeware)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Total Downloads](https://camo.githubusercontent.com/86d4093355525ebec9829dc39adbf37e650c4e116680cc77566e0436a780c258/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f646c756e646772656e2f70697065776172652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/dlundgren/pipeware)

This is an example library for how to treat Middleware as a pipeline.

This uses the [SyberIsle Pipeline](https://packagist.org/packages/syberisle/pipeline) as it's pipeline implementation.

Usage
-----

[](#usage)

```
$stack = new \Pipeware\Stack(
	new \Pipeware\Containerized($container), // any psr-11 compatible container
	new \Pipeware\Processor()
);

// append your responder
$stack->append(new Responder());

// append your error handler
$stack->append(new ErrorHandler());

// have the stack handle your request
$response = $stack->handle($request);

// do something with your response if needed
```

Change log
----------

[](#change-log)

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

Credits
-------

[](#credits)

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

- [David Lundgren](https://github.com/dlundgren)
- [All Contributors](https://github.com/dlundgren/pipeware/contributors)

License
-------

[](#license)

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

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity62

Established project with proven stability

 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 ~72 days

Total

6

Last Release

2518d ago

Major Versions

1.0.0 → 2.0.02018-09-18

2.0.3 → 3.0.02019-06-18

### Community

Maintainers

![](https://www.gravatar.com/avatar/5eb9bc1606754fee81247bf5d4a6a4d7fb7cce1b3769de69a345c5c8e120211e?d=identicon)[dlundgren](/maintainers/dlundgren)

---

Top Contributors

[![dlundgren](https://avatars.githubusercontent.com/u/1322393?v=4)](https://github.com/dlundgren "dlundgren (14 commits)")

### Embed Badge

![Health badge](/badges/dlundgren-pipeware/health.svg)

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

###  Alternatives

[cakephp/cakephp

The CakePHP framework

8.8k18.5M1.6k](/packages/cakephp-cakephp)[thecodingmachine/graphqlite

Write your GraphQL queries in simple to write controllers (using webonyx/graphql-php).

5723.1M30](/packages/thecodingmachine-graphqlite)[neos/flow

Flow Application Framework

862.0M450](/packages/neos-flow)[neos/flow-development-collection

Flow packages in a joined repository for pull requests.

144179.3k3](/packages/neos-flow-development-collection)[windwalker/framework

The next generation PHP framework.

25639.1k1](/packages/windwalker-framework)[mezzio/mezzio-authentication-oauth2

OAuth2 (server) authentication middleware for Mezzio and PSR-7 applications.

28483.0k2](/packages/mezzio-mezzio-authentication-oauth2)

PHPackages © 2026

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