Requirements
Environment
This package requires at least PHP 8.1 .
It is highly recommended to use Composer for dependency management and autoloading, although it is technically not strictly required for using any of these classes. But it certainly makes it a lot easier!
Dependencies
This package obviously depends on psr/http-server-handler and psr/http-server-middleware which define the standard PSR-15: HTTP Server Request Handlers interfaces.
It uses the PSR-7: HTTP Message implementations for server request and response of the great guzzlehttp/psr7 library.
The middleware queue is based on a StrictQueue of the opencultureconsulting/basics package which also provides some useful traits.