chillerlan / psr-15-handlers
A set of PSR-15 middleware dispatchers and handlers.
Fund package maintenance!
Ko Fi
1.0.0
2024-03-10 06:43 UTC
Requires
- php: ^8.1
- psr/http-factory: ^1.0
- psr/http-message: ^1.1 || ^2.0
- psr/http-server-handler: ^1.0
- psr/http-server-middleware: ^1.0
Requires (Dev)
- chillerlan/php-http-message-utils: ^2.1
- guzzlehttp/psr7: ^2.6
- phan/phan: ^5.4
- phpmd/phpmd: ^2.15
- phpunit/phpunit: ^10.5
- squizlabs/php_codesniffer: ^3.9
Suggests
- chillerlan/php-httpinterface: A PSR-18 HTTP client implementation
- chillerlan/php-oauth: A PSR-7 OAuth client/handler that also acts as PSR-18 HTTP client
- chillerlan/psr-7: A PSR-7/PSR-17 HTTP message and factory implementation.
README
A set of PSR-15 middleware dispatchers and handlers.
Overview
Features
- PSR-15 handler implementation
QueueDispatcher
PriorityQueueDispatcher
RecursiveDispatcher
Requirements
- PHP 8.1+
Documentation
An API documentation created with phpDocumentor can be found at https://chillerlan.github.io/psr-15-handlers/
Disclaimer
Use at your own risk!