This is a queue-based implementation of PSR-15: HTTP Server Request Handler for PHP projects.
Go to file
Sebastian Meyer 5c83208450 Initial upload 2023-11-19 21:28:27 +01:00
.github Initial upload 2023-11-19 21:28:27 +01:00
src Initial upload 2023-11-19 21:28:27 +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.