Download the PHP package felixaa/correlation-id without Composer
On this page you can find all versions of the php package felixaa/correlation-id. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download felixaa/correlation-id
More information about felixaa/correlation-id
Files in felixaa/correlation-id
Download felixaa/correlation-id
More information about felixaa/correlation-id
Files in felixaa/correlation-id
Vendor felixaa
Package correlation-id
Short Description Package offers functionality to add correlation_id to headers in Symfony project
License MIT
Package correlation-id
Short Description Package offers functionality to add correlation_id to headers in Symfony project
License MIT
Please rate this library. Is it a good library?
Informations about the package correlation-id
This applications is from symfony 6.0 and above, it uses "ramsey/uuid": ">=4.0", and "symfony/monolog-bundle": ">=3.7" to add uuid as colleration_id to request logs if not found using CorrelationIdProcessor.php class and forward this correlation_id to headers using CorrelationIdResponseListener class
configure service to add correlation-id in services.yaml
services: Felixaa\Logger\EventListener\CorrelationIdResponseListener: arguments: ["@request_stack"] tags:
-
{name: kernel.event_listener, event: kernel.response, method: onKernelResponse }
Felixaa\Logger\Processor\CorrelationIdProcessor: arguments: ["@request_stack"] tags:
- { name: monolog.processor, method: __invoke }
Configure service to add enviroment variables
All versions of correlation-id with dependencies
PHP Build Version
Package Version
The package felixaa/correlation-id contains the following files
Loading the files please wait ....