PHPackages                             rosstuck/prosaic - 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. rosstuck/prosaic

ActiveLibrary

rosstuck/prosaic
================

Yet another boring PSR-15 middleware dispatcher

v0.1(5y ago)742MITPHPPHP &gt;=7.4

Since Aug 1Pushed 5y ago2 watchersCompare

[ Source](https://github.com/rosstuck/prosaic)[ Packagist](https://packagist.org/packages/rosstuck/prosaic)[ RSS](/packages/rosstuck-prosaic/feed)WikiDiscussions master Synced today

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

Prosaic
=======

[](#prosaic)

A boring PSR-15 Middleware dispatcher
-------------------------------------

[](#a-boring-psr-15-middleware-dispatcher)

Prosaic can run your incoming PSR-7 requests through a pipeline of PSR-15 middleware. There's no fancy builder methods, routing or DI container integration, it's really just a pipeline of middleware. That's it.

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

[](#installation)

```
composer require rosstuck/prosaic
```

Example
-------

[](#example)

You can set up your middleware pipeline like so:

```
