PHPackages                             vocento/request-id - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [HTTP &amp; Networking](/categories/http)
4. /
5. vocento/request-id

ActiveLibrary[HTTP &amp; Networking](/categories/http)

vocento/request-id
==================

HTTP Request identifier to trace requests through microservices calls

v1.2.0(10mo ago)246.8k↓37.5%21proprietaryPHPPHP &gt;=7.4

Since Oct 10Pushed 10mo ago1 watchersCompare

[ Source](https://github.com/Vocento/request-id)[ Packagist](https://packagist.org/packages/vocento/request-id)[ RSS](/packages/vocento-request-id/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (5)Dependencies (2)Versions (6)Used By (1)

RequestId
=========

[](#requestid)

This library contains the class and the way a RequestId should be used between the microservices calls.

Installation
------------

[](#installation)

To install the library, include the package as a requirement in your `composer.json` file.

```
composer require vocento/request-id

```

Usage
-----

[](#usage)

To create a new request id, import the class and the call the method create.

```
