Download the PHP package avariya/request-id-bundle without Composer
On this page you can find all versions of the php package avariya/request-id-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download avariya/request-id-bundle
More information about avariya/request-id-bundle
Files in avariya/request-id-bundle
Download avariya/request-id-bundle
More information about avariya/request-id-bundle
Files in avariya/request-id-bundle
Vendor avariya
Package request-id-bundle
Short Description Adding request id to project flow
License MIT
Package request-id-bundle
Short Description Adding request id to project flow
License MIT
Keywords debugrequest id
Please rate this library. Is it a good library?
Informations about the package request-id-bundle
Request ID Bundle
Installation
Change composer.json
Require bundle:
composer require avariya/request-id-bundle
Add bundle to AppKernel:
new \Avariya\RequestIdBundle\AvariyaRequestIdBundle(),
Add configuration (optional)
Default values:
avariya_request_id:
monolog_support: true
kernel_subscriber: true
header: X-Request-Id
guzzle_middleware:
guzzle_tag: csa_guzzle.middleware
or:
avariya_request_id:
monolog_support: false
kernel_subscriber: false
guzzle_middleware: false
All versions of request-id-bundle with dependencies
PHP Build Version
Package Version
Requires
symfony/framework-bundle Version
^3.3|^4.0
symfony/expression-language Version ^3.3|^4.0
symfony/yaml Version ^3.3|^4.0
qandidate/stack-request-id Version ^1.0
symfony/expression-language Version ^3.3|^4.0
symfony/yaml Version ^3.3|^4.0
qandidate/stack-request-id Version ^1.0
The package avariya/request-id-bundle contains the following files
Loading the files please wait ....