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.2.0(1mo ago)60MITPHPPHP ^8.2CI passing

Since Oct 21Pushed 3mo 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 1mo ago

READMEChangelog (3)Dependencies (16)Versions (10)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)

Register the middleware:

```
use DragonCode\LaravelRequestTracker\Http\Middleware\RequestTrackerMiddleware;
use Illuminate\Foundation\Configuration\Middleware;

->withMiddleware(function (Middleware $middleware): void {
     $middleware->prepend(RequestTrackerMiddleware::class);
})
```

That's all 🙂

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

[](#how-it-works)

The middleware monitors request tracker headers in incoming requests and, when present, automatically injects them into the application context.

This makes it possible to build chains of inter-service requests with filtering by an identifier.

License
-------

[](#license)

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

###  Health Score

40

—

FairBetter than 88% of packages

Maintenance83

Actively maintained with recent releases

Popularity5

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 86.1% 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 ~37 days

Total

5

Last Release

56d 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 (31 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

[yadahan/laravel-authentication-log

Laravel Authentication Log provides authentication logger and notification for Laravel.

416632.8k5](/packages/yadahan-laravel-authentication-log)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)[hryha/laravel-request-logger

A Laravel package to log requests and responses

102.2k](/packages/hryha-laravel-request-logger)

PHPackages © 2026

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