PHPackages                             tomasstrejcek/nette-requests-panel - 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. tomasstrejcek/nette-requests-panel

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

tomasstrejcek/nette-requests-panel
==================================

Nette DebugBar panel, that allows you to view all app requests.

09471[1 PRs](https://github.com/tomasstrejcek/RequestsPanel/pulls)PHP

Since Mar 11Pushed 13y ago1 watchersCompare

[ Source](https://github.com/tomasstrejcek/RequestsPanel)[ Packagist](https://packagist.org/packages/tomasstrejcek/nette-requests-panel)[ RSS](/packages/tomasstrejcek-nette-requests-panel/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

RequestsPanel for Nette v2
==========================

[](#requestspanel-for-nette-v2)

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

[](#installation)

Best way via [Composer](http://getcomposer.org/):

```
$ composer require tomasstrejcek/nette-requests-panel:dev-master
```

Usage in **BasePresenter**:

```
use \Extras\Debug\RequestsPanel;

public function startup() {
	parent::startup();
	RequestsPanel::register();
}

```

Usage anywhere:

```
use \Extras\Debug\RequestsPanel;
RequestsPanel::dump($variable, 'My Variable'); // label can be omitted

```

Example:

[![Screenshot](https://camo.githubusercontent.com/5db9e9e4a0191d05e7a261a3ded28e571edce35e334f83716aa76c82a4d44f98/687474703a2f2f696d616765736861636b2e75732f612f696d673532352f373836352f73637265656e73686f74323031323039323361743630302e706e67)](https://camo.githubusercontent.com/5db9e9e4a0191d05e7a261a3ded28e571edce35e334f83716aa76c82a4d44f98/687474703a2f2f696d616765736861636b2e75732f612f696d673532352f373836352f73637265656e73686f74323031323039323361743630302e706e67)

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

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

### Community

Maintainers

![](https://www.gravatar.com/avatar/ddd58e4b39608d132dec7f34dc215735cb3c2024f84d37ae68f29048bf4393ee?d=identicon)[tomas.strejcek](/maintainers/tomas.strejcek)

---

Top Contributors

[![jasir](https://avatars.githubusercontent.com/u/115066?v=4)](https://github.com/jasir "jasir (37 commits)")[![radeksimko](https://avatars.githubusercontent.com/u/287584?v=4)](https://github.com/radeksimko "radeksimko (6 commits)")

### Embed Badge

![Health badge](/badges/tomasstrejcek-nette-requests-panel/health.svg)

```
[![Health](https://phpackages.com/badges/tomasstrejcek-nette-requests-panel/health.svg)](https://phpackages.com/packages/tomasstrejcek-nette-requests-panel)
```

###  Alternatives

[fjogeleit/prometheus-messenger-middleware

Prometheus Middleware for the Symfony Messenger Component

2255.2k](/packages/fjogeleit-prometheus-messenger-middleware)[spatie/craft-ray

Easily debug CraftCMS projects

1638.4k](/packages/spatie-craft-ray)

PHPackages © 2026

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