PHPackages                             dragon-code/laravel-telemetry - 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. [Logging &amp; Monitoring](/categories/logging)
4. /
5. dragon-code/laravel-telemetry

Abandoned → [dragon-code/laravel-request-tracker](/?search=dragon-code%2Flaravel-request-tracker)Library[Logging &amp; Monitoring](/categories/logging)

dragon-code/laravel-telemetry
=============================

Laravel adapter for dragon-code/request-tracker to trace inter-service request chains

1.7.1(2d ago)62[1 PRs](https://github.com/TheDragonCode/laravel-request-tracker/pulls)MITPHPPHP ^8.2CI passing

Since Oct 21Pushed 2w agoCompare

[ Source](https://github.com/TheDragonCode/laravel-request-tracker)[ Packagist](https://packagist.org/packages/dragon-code/laravel-telemetry)[ Fund](https://boosty.to/dragon-code)[ Fund](https://yoomoney.ru/to/410012608840929)[ RSS](/packages/dragon-code-laravel-telemetry/feed)WikiDiscussions main Synced today

READMEChangelog (7)Dependencies (35)Versions (21)Used By (0)

🪢 Laravel Request Tracker
=========================

[](#-laravel-request-tracker)

  ![Laravel Request Tracker](https://camo.githubusercontent.com/7d8263c8761b8ecd5218a21ec42ad46811ff95217c716da96bd6eee5e4e41897/68747470733a2f2f62616e6e6572732e6265796f6e64636f2e64652f4c61726176656c25323052657175657374253230547261636b65722e706e673f7061747465726e3d746f706f677261706879267374796c653d7374796c655f3226666f6e7453697a653d3130307078266d643d312673686f7757617465726d61726b3d31267468656d653d6c69676874267061636b6167654d616e616765723d636f6d706f7365722b72657175697265267061636b6167654e616d653d647261676f6e2d636f64652532466c61726176656c2d726571756573742d747261636b6572266465736372697074696f6e3d4c61726176656c2b616461707465722b666f722b647261676f6e2d636f6465253246726571756573742d747261636b65722b746f2b74726163652b696e7465722d736572766963652b726571756573742b636861696e7326696d616765733d68747470732533412532462532466c61726176656c2e636f6d253246696d672532466c6f676f6d61726b2e6d696e2e737667)[![Stable Version](https://camo.githubusercontent.com/c0c94927786cfaf2248110041f9b942eb79c754a902ab7b20beff85eb0bf1567/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f546865447261676f6e436f64652f6c61726176656c2d726571756573742d747261636b65723f6c6162656c3d7061636b6167697374267374796c653d666c61742d737175617265)](https://packagist.org/packages/dragon-code/laravel-request-tracker)[![Total Downloads](https://camo.githubusercontent.com/dd3a18d3d3a7b5d91ec5bdb676be6cdd602098dc75713d730d38688bfa2dda57/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f647261676f6e2d636f64652f6c61726176656c2d726571756573742d747261636b65722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/dragon-code/laravel-request-tracker)[![License](https://camo.githubusercontent.com/7dad4da9a31831fdd4d1d789de8cae88e074cab57a4a19f0290eb947377513df/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f647261676f6e2d636f64652f6c61726176656c2d726571756573742d747261636b65722e7376673f7374796c653d666c61742d737175617265)](LICENSE)

Laravel adapter for dragon-code/request-tracker to trace inter-service request chains.

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

[](#installation)

You can install the **Laravel Request Tracker** package via [Composer](https://getcomposer.org):

```
composer require dragon-code/laravel-request-tracker
```

You can publish the config file with:

```
php artisan vendor:publish --tag="tracker"
```

Basic Usage
-----------

[](#basic-usage)

That's all 🙂

Middleware is automatically registered in the application kernel and Http Client.

How It Works
------------

[](#how-it-works)

When the application is initialized, a unique UUIDv7 is generated and written to the Laravel context information.

Laravel automatically adds this information when writing logs.

Default context information:

```
[
    'tracker' => [
        'traceId' => '019d6cc2-7456-7a78-bdbf-62569a688c78',
    ],
]
```

In addition, when incoming HTTP requests to the application, the middleware automatically retrieves the tracker headers and adds them to the [context](https://laravel.com/docs/context) information if they are present in the request, otherwise new ones are generated.

In this case, the `traceId` value is replaced with the new value, and the existing value is transferred to `parentTraceId`.

For outgoing requests, middleware is automatically registered for the Http facade, which adds tracker headers to outgoing requests.

License
-------

[](#license)

This package is licensed under the [MIT License](LICENSE).

###  Health Score

42

—

FairBetter than 88% of packages

Maintenance91

Actively maintained with recent releases

Popularity5

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 90.4% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~18 days

Recently: every ~1 days

Total

15

Last Release

2d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b77790e612f1c9beed1e1533e36eba4954fbd6da2a5c9f71e845cd0f5465f0ad?d=identicon)[Helldar](/maintainers/Helldar)

---

Top Contributors

[![andrey-helldar](https://avatars.githubusercontent.com/u/10347617?v=4)](https://github.com/andrey-helldar "andrey-helldar (47 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (3 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (2 commits)")

---

Tags

httplaravellaravel-frameworkloggingtelemetry

###  Code Quality

TestsPest

### Embed Badge

![Health badge](/badges/dragon-code-laravel-telemetry/health.svg)

```
[![Health](https://phpackages.com/badges/dragon-code-laravel-telemetry/health.svg)](https://phpackages.com/packages/dragon-code-laravel-telemetry)
```

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[mike-bronner/laravel-model-caching

Automatic caching for Eloquent models.

2.4k90.5k1](/packages/mike-bronner-laravel-model-caching)[illuminate/auth

The Illuminate Auth package.

10528.2M1.2k](/packages/illuminate-auth)[spatie/laravel-export

Create a static site bundle from a Laravel app

674146.0k6](/packages/spatie-laravel-export)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

45444.2k1](/packages/pressbooks-pressbooks)[api-platform/laravel

API Platform support for Laravel

58170.8k14](/packages/api-platform-laravel)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
