An open API service indexing awesome lists of open source software.

https://github.com/chadicus/psr-middleware

Foundational interface for PSR-7 middleware
https://github.com/chadicus/psr-middleware

Last synced: about 1 year ago
JSON representation

Foundational interface for PSR-7 middleware

Awesome Lists containing this project

README

          

# Chadicus\Psr\Middlware

[![Latest Stable Version](https://poser.pugx.org/chadicus/psr-middleware/v/stable)](https://packagist.org/packages/chadicus/psr-middleware)
[![Latest Unstable Version](https://poser.pugx.org/chadicus/psr-middleware/v/unstable)](https://packagist.org/packages/chadicus/psr-middleware)
[![License](https://poser.pugx.org/chadicus/psr-middleware/license)](https://packagist.org/packages/chadicus/psr-middleware)

[![Total Downloads](https://poser.pugx.org/chadicus/psr-middleware/downloads)](https://packagist.org/packages/chadicus/psr-middleware)
[![Daily Downloads](https://poser.pugx.org/chadicus/psr-middleware/d/daily)](https://packagist.org/packages/chadicus/psr-middleware)
[![Monthly Downloads](https://poser.pugx.org/chadicus/psr-middleware/d/monthly)](https://packagist.org/packages/chadicus/psr-middleware)

Foundational interface for PSR-7 compliant middleware.

## Requirements

Chadicus\Psr\Middleware requires PHP 5.6 (or later).

##Composer
To add the library as a local, per-project dependency use [Composer](http://getcomposer.org)! Simply add a dependency on
`chadicus/psr-middleware` to your project's `composer.json` file such as:

```json
{
"require": {
"chadicus/psr-middleware": "^1.0"
}
}
```

##Contact
Developers may be contacted at:

* [Pull Requests](https://github.com/chadicus/psr-middleware/pulls)
* [Issues](https://github.com/chadicus/psr-middleware/issues)