Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phauthentic/psr-http-middleware-stack
A simple middleware stack
https://github.com/phauthentic/psr-http-middleware-stack
dependency-free framework-agnostic middleware-pipeline middleware-stack php8 psr psr-12 psr-15 psr-7
Last synced: about 1 month ago
JSON representation
A simple middleware stack
- Host: GitHub
- URL: https://github.com/phauthentic/psr-http-middleware-stack
- Owner: Phauthentic
- License: mit
- Created: 2021-11-20T13:01:33.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-03-13T19:18:10.000Z (11 months ago)
- Last Synced: 2024-12-09T19:36:52.721Z (about 2 months ago)
- Topics: dependency-free, framework-agnostic, middleware-pipeline, middleware-stack, php8, psr, psr-12, psr-15, psr-7
- Language: PHP
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.txt
Awesome Lists containing this project
README
# PSR HTTP Middleware Stack
[![Software License](https://img.shields.io/github/license/Phauthentic/psr-http-middleware-stack?style=flat-square)](LICENSE)
[![Coverage](https://img.shields.io/codecov/c/github/phauthentic/psr-http-middleware-stack/master?style=flat-square)](https://app.codecov.io/gh/Phauthentic/psr-http-middleware-stack)
![phpstan Level 8](https://img.shields.io/badge/phpstan-Level%208-brightgreen?style=flat-square)A pure and minimalistic [PSR-15](https://www.php-fig.org/psr/psr-15/) middleware stack, no further dependencies required.
## Installation
```sh
composer require phauthentic/psr-http-middleware-stack
```## Documentation
Please see the [docs](/docs/index.md) folder in this repository for the documentation.
## License
Copyright Florian Krämer
Licensed under the [MIT license](license.txt).