PHPackages                             ztsu/reacon - 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. ztsu/reacon

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

ztsu/reacon
===========

PSR-7 middleware runner compatible with PSR-15

1.0.0(8y ago)04.8kMITPHPPHP ^7.0CI failing

Since Aug 10Pushed 5y ago1 watchersCompare

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

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

Reacon
======

[](#reacon)

[![Build Status](https://camo.githubusercontent.com/b783368740354d66fccb95ebb1510bc01f24ebcd359d94af4f3ea1ea1cc16ff6/68747470733a2f2f7472617669732d63692e6f72672f7a7473752f726561636f6e2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/ztsu/reacon)[![Coverage Status](https://camo.githubusercontent.com/7cfed20eaf36173fdd97bbbc3907b5f40a049d65cc59a37fef84591cc18feb29/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f7a7473752f726561636f6e2f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/ztsu/reacon?branch=master)

The simplest PSR-15 complaint middleware runner.

The [PSR-15](https://www.php-fig.org/psr/psr-15/) providers a standard for recommendations that defines the interface for server middleware-component compatible with [PSR-7 HTTP Messages](http://www.php-fig.org/psr/psr-7/).

There are a few of another PSR-15 compatible dispatchers. [Middleman](https://github.com/mindplay-dk/middleman) is the best known. Also there are a lot of PSR-15 middleware-components collected in the [middlewares/psr15-middlewares](https://github.com/middlewares/psr15-middlewares).

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

[](#installation)

Via [Composer](https://getcomposer.org/):

```
$ composer require ztsu/reacon
```

Usage
-----

[](#usage)

```
