psr / http-server-middleware
Common interface for HTTP server-side middleware
Installs: 52 916 223
Dependents: 1 368
Suggesters: 18
Security: 0
Stars: 177
Watchers: 16
Forks: 9
Open Issues: 0
Requires
- php: >=7.0
- psr/http-message: ^1.0 || ^2.0
- psr/http-server-handler: ^1.0
This package is auto-updated.
Last update: 2024-11-22 13:59:04 UTC
README
This repository holds the MiddlewareInterface
related to PSR-15 (HTTP Server Request Handlers).
Note that this is not a Middleware implementation of its own. It is merely the interface that describe a Middleware.
The installable package and implementations are listed on Packagist.