This is a queue-based implementation of PSR-15: HTTP Server Request Handler for PHP projects.
Go to file
Sebastian Meyer 7c6e95a42f Fix PHPStan issues 2023-11-21 23:05:39 +01:00
.github Add GitHub workflows 2023-11-21 22:25:52 +01:00
src Fix PHPStan issues 2023-11-21 23:05:39 +01:00
.editorconfig Initial upload 2023-11-19 21:28:27 +01:00
.gitignore Initial upload 2023-11-19 21:28:27 +01:00
.php-cs-fixer.dist.php Initial upload 2023-11-19 21:28:27 +01:00
CODE_OF_CONDUCT.md Initial upload 2023-11-19 21:28:27 +01:00
CONTRIBUTING.md Initial upload 2023-11-19 21:28:27 +01:00
LICENSE Initial upload 2023-11-19 21:28:27 +01:00
README.md Initial upload 2023-11-19 21:28:27 +01:00
composer.json Initial upload 2023-11-19 21:28:27 +01:00
phpstan.dist.neon Initial upload 2023-11-19 21:28:27 +01:00

README.md

Queue-based HTTP Server Request Handler

This is a queue-based implementation of PSR-15: HTTP Server Request Handler for your PHP projects.