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: 20 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-03T01:32:35.000Z (over 6 years ago)
- Last Synced: 2025-08-04T04:49:56.372Z (11 months ago)
- Topics: middleware, php7, psr-15, psr-7
- Language: PHP
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
What4 Http Middleware
=====================
[](https://packagist.org/packages/kwhat/http-middleware)
[](https://packagist.org/packages/kwhat/http-middleware)
[](https://github.com/kwhat/http-middleware)
[](https://packagist.org/packages/kwhat/http-middleware)
[](https://packagist.org/packages/kwhat/http-middleware)
[](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
```