This is a queue-based implementation of PSR-15: HTTP Server Request Handler for PHP projects.
Go to file
Sebastian Meyer f60d8829b6 Add default processors to middleware 2023-12-17 09:31:24 +01:00
.github Add GitHub workflows 2023-11-21 22:25:52 +01:00
src Add default processors to middleware 2023-12-17 09:31:24 +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 Add workflow badges to README 2023-11-21 23:10:19 +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

PHPStan PHPMD

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