psr / http-server-handler
Common interface for HTTP server-side request handler
Installs: 84 430 619
Dependents: 942
Suggesters: 7
Security: 0
Stars: 175
Watchers: 15
Forks: 11
pkg:composer/psr/http-server-handler
Requires
- php: >=7.0
- psr/http-message: ^1.0 || ^2.0
This package is auto-updated.
Last update: 2025-09-16 22:29:46 UTC
README
This repository holds the RequestHandlerInterface
related to PSR-15 (HTTP Server Request Handlers).
Note that this is not a Server Request Handler implementation of its own. It is merely the interface that describe a Server Request Handler.
The installable package and implementations are listed on Packagist.