Download the PHP package ssipos90/correlate without Composer
On this page you can find all versions of the php package ssipos90/correlate. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ssipos90/correlate
More information about ssipos90/correlate
Files in ssipos90/correlate
Download ssipos90/correlate
More information about ssipos90/correlate
Files in ssipos90/correlate
Vendor ssipos90
Package correlate
Short Description Add correlation ID to requests to use in micro services logs aggregating.
License MIT
Package correlate
Short Description Add correlation ID to requests to use in micro services logs aggregating.
License MIT
Please rate this library. Is it a good library?
Informations about the package correlate
Installation
Via composer package management:
Usage
Not tested on Laravel, only Lumen.
Either
-
register the service provider:
-
Laravel: register the provider in your
config/app.php
file: - Lumen: add this in your
bootstrap/app.php
file:
-
- add the middleware to whatever routes you want or globally:
- Laravel: add the middleware in your
app/Http/Kernel.php
file; - Lumen: add the middleware in your
bootstrap/app.php
file.
- Laravel: add the middleware in your
TODO
- Add guzzle support for adding the header on forwarding requests
All versions of correlate with dependencies
PHP Build Version
Package Version
Requires
webpatser/laravel-uuid Version
^2.0
illuminate/http Version ^5.4
monolog/monolog Version ^1.22
illuminate/http Version ^5.4
monolog/monolog Version ^1.22
The package ssipos90/correlate contains the following files
Loading the files please wait ....