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
- # request-id middleware
1
+ # Request ID middleware for PHP
2
2
3
3
[ ![ Build Status] ( https://travis-ci.org/php-middleware/request-id.svg?branch=master )] ( https://travis-ci.org/php-middleware/request-id )
4
4
[ ![ Scrutinizer Code Quality] ( https://scrutinizer-ci.com/g/php-middleware/request-id/badges/quality-score.png?b=master )] ( https://scrutinizer-ci.com/g/php-middleware/request-id/?branch=master )
5
5
[ ![ Code Coverage] ( https://scrutinizer-ci.com/g/php-middleware/request-id/badges/coverage.png?b=master )] ( https://scrutinizer-ci.com/g/php-middleware/request-id/?branch=master )
6
6
[ ![ Build Status] ( https://scrutinizer-ci.com/g/php-middleware/request-id/badges/build.png?b=master )] ( https://scrutinizer-ci.com/g/php-middleware/request-id/build-status/master )
7
7
8
- PSR-7 request id middleware
8
+ PSR-7 Request ID middleware
9
9
10
- This middleware provide framework-agnostic possibility to generate and add to request/response's header request id .
10
+ This middleware provide framework-agnostic possibility to generate and add to request/response's header Request ID (Correlation ID) .
11
11
12
12
## Installation
13
13
You can’t perform that action at this time.
0 commit comments