PHPackages                             gamringer/pipe - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. gamringer/pipe

ActiveLibrary[HTTP &amp; Networking](/categories/http)

gamringer/pipe
==============

PSR-15 HTTP Middleware Dispatcher

1.1(7y ago)0179[1 issues](https://github.com/gamringer/php-pipe/issues)1MITPHP

Since Oct 1Pushed 7y ago1 watchersCompare

[ Source](https://github.com/gamringer/php-pipe)[ Packagist](https://packagist.org/packages/gamringer/pipe)[ RSS](/packages/gamringer-pipe/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (2)Dependencies (6)Versions (3)Used By (1)

Pipe
====

[](#pipe)

A PSR-15 handler with no assumption

License
-------

[](#license)

Pipe is licensed under the MIT license.

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

[](#installation)

```
$ composer require gamringer/pipe
```

### Tests

[](#tests)

```
$ composer install
$ phpunit
```

Documentation
-------------

[](#documentation)

These are all the various ways in which Pipe can be used. These examples can be found in the examples directory. First, let the following code simply be assumed present in all examples:

```
