Add workflow badges to README

This commit is contained in:
Sebastian Meyer 2023-11-21 23:10:19 +01:00
parent 7c6e95a42f
commit bb8ee29eb0
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,6 @@
# Queue-based HTTP Server Request Handler
[![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)
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.