PHPackages                             radek-bruha/tracy-request-checker - 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. [Debugging &amp; Profiling](/categories/debugging)
4. /
5. radek-bruha/tracy-request-checker

ActiveLibrary[Debugging &amp; Profiling](/categories/debugging)

radek-bruha/tracy-request-checker
=================================

Tracy Request Checker Extension

1.0.0(3y ago)18unlicensePHPPHP ^8.1

Since Jun 11Pushed 3y agoCompare

[ Source](https://github.com/radek-bruha/tracy-request-checker)[ Packagist](https://packagist.org/packages/radek-bruha/tracy-request-checker)[ RSS](/packages/radek-bruha-tracy-request-checker/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

[**Tracy**](https://github.com/nette/tracy) [**Request**](https://github.com/guzzle/guzzle) Checker
===================================================================================================

[](#tracy-request-checker)

[![Downloads](https://camo.githubusercontent.com/666be3072bd60b09712e866436bce8aeddc4002fa352ac89ac8baa975922ae09/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f726164656b2d62727568612f74726163792d726571756573742d636865636b65722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/radek-bruha/tracy-request-checker)[![Build Status](https://camo.githubusercontent.com/f92d63e7e2f4017cc4b6907744152a89703d86f6eb4b9a300e0e86f3461cf697/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f726164656b2d62727568612f74726163792d726571756573742d636865636b65722f2e6769746875622f776f726b666c6f77732f776f726b666c6f772e79616d6c3f7374796c653d666c61742d737175617265)](https://github.com/radek-bruha/tracy-request-checker/actions)[![Latest Stable Version](https://camo.githubusercontent.com/061a2d165b560b40ecfc2c6ac8ce89a1e9ebce7491e773d2d68d4c496fa36a08/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f726164656b2d62727568612f74726163792d726571756573742d636865636b65722e7376673f7374796c653d666c61742d737175617265)](https://github.com/radek-bruha/tracy-request-checker/releases)

**Usage**

```
composer require radek-bruha/tracy-request-checker

```

**Tracy Usage**

```
Tracy\Debugger::getBar()->addPanel(new \Bruha\Tracy\RequestCheckerPanel());
```

```
$handlerStack = \GuzzleHttp\HandlerStack::create();
$handlerStack->push(\Bruha\Tracy\RequestLogger::requestLogger());
$client = new \GuzzleHttp\Client(['handler' => $handlerStack]);
```

**Nette Framework Usage**

```
tracy:
    bar: [Bruha\Tracy\RequestCheckerPanel()]
```

```
services:
    -
        factory: \GuzzleHttp\HandlerStack::create()
        setup:
            - push(\Bruha\Tracy\RequestLogger::requestLogger())
    - \GuzzleHttp\Client([handler: @GuzzleHttp\HandlerStack()])
```

**Example Website Usage**

[![Tracy Request Checker](https://camo.githubusercontent.com/b4ee87ad227dc3773077322b739076b2fe8af9938714ef14cba79c2391fa7ca6/68747470733a2f2f692e696d6775722e636f6d2f44506d416962462e706e67)](https://camo.githubusercontent.com/b4ee87ad227dc3773077322b739076b2fe8af9938714ef14cba79c2391fa7ca6/68747470733a2f2f692e696d6775722e636f6d2f44506d416962462e706e67)

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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

Unknown

Total

1

Last Release

1431d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9af3d7eaa0b69988f35dcb3f34450d0e888ecb00c3a62c818c40eddd30dae3e1?d=identicon)[radek-bruha](/maintainers/radek-bruha)

---

Top Contributors

[![radek-bruha](https://avatars.githubusercontent.com/u/7072163?v=4)](https://github.com/radek-bruha "radek-bruha (2 commits)")

### Embed Badge

![Health badge](/badges/radek-bruha-tracy-request-checker/health.svg)

```
[![Health](https://phpackages.com/badges/radek-bruha-tracy-request-checker/health.svg)](https://phpackages.com/packages/radek-bruha-tracy-request-checker)
```

###  Alternatives

[recca0120/laravel-tracy

A Laravel Package to integrate Nette Tracy Debugger

388283.0k3](/packages/recca0120-laravel-tracy)[inviqa/spryker-debug

Inviqa Spryker Debug Module

14148.8k](/packages/inviqa-spryker-debug)

PHPackages © 2026

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