File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- # HTTP router for PHP 7.1+ (incl. PHP 8 with attributes) based on PSR-7 and PSR-15 with support for annotations and OpenAPI (Swagger) Specification
1+ # HTTP router for PHP 7.1+ based on PSR-7 and PSR-15 with support for annotations/attributes and OpenAPI (Swagger) Specification
2+
3+ ** psr router** , ** router with annotations** , ** router with attributes** , ** php router** .
24
35[ ![ Build Status] ( https://circleci.com/gh/sunrise-php/http-router.svg?style=shield )] ( https://circleci.com/gh/sunrise-php/http-router )
46[ ![ Code Coverage] ( https://scrutinizer-ci.com/g/sunrise-php/http-router/badges/coverage.png?b=master )] ( https://scrutinizer-ci.com/g/sunrise-php/http-router/?branch=master )
@@ -693,8 +695,6 @@ $router->setEventDispatcher($eventDispatcher);
693695composer test
694696```
695697
696- ---
697-
698698## Useful links
699699
700700* https://www.php-fig.org/psr/psr-7/
You can’t perform that action at this time.
0 commit comments