2023-11-19 21:28:27 +01:00
|
|
|
# Queue-based HTTP Server Request Handler
|
|
|
|
|
2023-11-21 23:10:19 +01:00
|
|
|
[![PHPStan](https://github.com/opencultureconsulting/psr-15/actions/workflows/phpstan.yml/badge.svg)](https://github.com/opencultureconsulting/psr-15/actions/workflows/phpstan.yml)
|
|
|
|
[![PHPMD](https://github.com/opencultureconsulting/psr-15/actions/workflows/phpmd.yml/badge.svg)](https://github.com/opencultureconsulting/psr-15/actions/workflows/phpmd.yml)
|
|
|
|
|
2023-11-19 21:28:27 +01:00
|
|
|
This is a queue-based implementation of [PSR-15: HTTP Server Request Handler](https://www.php-fig.org/psr/psr-15/) for your PHP projects.
|