kwhat / http-middleware
v0.2.0
2020-03-03 01:09 UTC
Requires
- php: >=7.1.0
- psr/http-message: ^1.0
- psr/http-server-handler: ^1.0
- psr/http-server-middleware: ^1.0
Requires (Dev)
- phan/phan: ^2.2
- phpunit/phpunit: ^8
- squizlabs/php_codesniffer: 3.*
This package is auto-updated.
Last update: 2024-10-29 05:47:39 UTC
README
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 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