Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kwhat/http-middleware
A minimal PSR-15 middleware stack
https://github.com/kwhat/http-middleware
middleware php7 psr-15 psr-7
Last synced: 2 days ago
JSON representation
A minimal PSR-15 middleware stack
- Host: GitHub
- URL: https://github.com/kwhat/http-middleware
- Owner: kwhat
- License: mit
- Created: 2019-12-18T07:11:34.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-03T01:32:35.000Z (over 4 years ago)
- Last Synced: 2024-04-09T18:12:13.365Z (7 months ago)
- Topics: middleware, php7, psr-15, psr-7
- Language: PHP
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
What4 Http Middleware
=====================[![Latest Stable Version](https://poser.pugx.org/kwhat/http-middleware/v/stable)](https://packagist.org/packages/kwhat/http-middleware)
[![Latest Unstable Version](https://poser.pugx.org/kwhat/http-middleware/v/unstable.svg)](https://packagist.org/packages/kwhat/http-middleware)
[![Build Status](https://github.com/kwhat/http-middleware/workflows/continuous%20integration/badge.svg)](https://github.com/kwhat/http-middleware)
[![License](https://poser.pugx.org/kwhat/http-middleware/license.svg)](https://packagist.org/packages/kwhat/http-middleware)
[![Downloads](https://poser.pugx.org/kwhat/http-middleware/d/total.svg)](https://packagist.org/packages/kwhat/http-middleware)
[![composer.lock available](https://poser.pugx.org/kwhat/http-middleware/composerlock)](https://packagist.org/packages/kwhat/http-middleware)### What is this?
This is a minimal, PSR compliant, middleware stack that was created as a simple proof-of-concept in the hopes that
someone will find it useful. Required dependencies have been restricted to [PSR](https://packagist.org/packages/psr/)
interfaces.### How do I use it?
Theoretically you should be able to use this middleware stack in any PSR compliant framework.
```
composer require kwhat/http-middleware
```