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

https://github.com/danizord/mid

Functional utility on top of PSR-15 interfaces
https://github.com/danizord/mid

http middleware psr-15

Last synced: about 1 year ago
JSON representation

Functional utility on top of PSR-15 interfaces

Awesome Lists containing this project

README

          

# mid

[![Build Status](https://secure.travis-ci.org/danizord/mid.svg?branch=master)](https://secure.travis-ci.org/danizord/mid)
[![Coverage Status](https://coveralls.io/repos/github/danizord/mid/badge.svg?branch=master)](https://coveralls.io/github/danizord/mid?branch=master)

This library provides a set of utility functions that helps working with
[PSR-15](https://github.com/php-fig/fig-standards/blob/master/proposed/http-handlers/request-handlers.md) interfaces.

## Installation

Run the following to install this library:

```bash
$ composer require danizord/mid
```

## Documentation

Coming soon...

For now you can check [mid.php](src/mid.php). Each function has a docblock containing description
and usage examples.