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
- Host: GitHub
- URL: https://github.com/danizord/mid
- Owner: danizord
- License: mit
- Created: 2017-11-23T20:57:26.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-15T03:50:50.000Z (over 8 years ago)
- Last Synced: 2025-01-26T08:26:27.107Z (about 1 year ago)
- Topics: http, middleware, psr-15
- Language: PHP
- Size: 33.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# mid
[](https://secure.travis-ci.org/danizord/mid)
[](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.