PHPackages                             vojtech-dobes/nette-goto-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. vojtech-dobes/nette-goto-panel

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

vojtech-dobes/nette-goto-panel
==============================

Provides interface to go to any destination within Nette Framework application.

2.0(12y ago)3301[6 issues](https://github.com/vojtech-dobes/nette-goto-panel/issues)New BSDPHPPHP &gt;=5.3.2

Since May 20Pushed 12y ago1 watchersCompare

[ Source](https://github.com/vojtech-dobes/nette-goto-panel)[ Packagist](https://packagist.org/packages/vojtech-dobes/nette-goto-panel)[ Docs](http://github.com/vojtech-dobes/nette-goto-panel)[ RSS](/packages/vojtech-dobes-nette-goto-panel/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (4)Used By (0)

For Nette Framework
-------------------

[](#for-nette-framework)

Provides interface to go to any destination within app.

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

[](#installation)

1. Get the source code:
    - Move `GotoPanel.php` to your libs directory.
    - Add `"Clevisaci/GotoPanel": "*"` to your `composer.json`.
2. Register `GotoPanel` as component (e.g. in `BasePresenter`).
3. Force initialization in `startup()`.

```
protected function startup()
{
	parent::startup();
	$this['gotoPanel'];
}

protected function createComponentGotoPanel()
{
	return new GotoPanel;
}
```

[![Panel used to show link](https://camo.githubusercontent.com/b9c656fd6086645b23a3e88298886c0266d2c7e50bc829b7135eed2a067caf3e/687474703a2f2f6934362e74696e797069632e636f6d2f3636676a357a2e706e67)](https://camo.githubusercontent.com/b9c656fd6086645b23a3e88298886c0266d2c7e50bc829b7135eed2a067caf3e/687474703a2f2f6934362e74696e797069632e636f6d2f3636676a357a2e706e67)

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity60

Established project with proven stability

 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

Every ~250 days

Total

3

Last Release

4605d ago

Major Versions

1.1 → 2.02013-10-02

### Community

Maintainers

![](https://www.gravatar.com/avatar/920689f25a0fc31b2807556eddd47203f33c4318893bce98818cf2f3e627ee8e?d=identicon)[vojtechdobes](/maintainers/vojtechdobes)

---

Top Contributors

[![vojtech-dobes](https://avatars.githubusercontent.com/u/415925?v=4)](https://github.com/vojtech-dobes "vojtech-dobes (10 commits)")

---

Tags

nettedebuggingpanel

### Embed Badge

![Health badge](/badges/vojtech-dobes-nette-goto-panel/health.svg)

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

###  Alternatives

[tracy/tracy

😎 Tracy: the addictive tool to ease debugging PHP code for cool developers. Friendly design, logging, profiler, advanced features like debugging AJAX calls or CLI support. You will love it.

1.8k24.4M1.3k](/packages/tracy-tracy)[recca0120/laravel-tracy

A Laravel Package to integrate Nette Tracy Debugger

388283.0k3](/packages/recca0120-laravel-tracy)[spatie/global-ray

Enable Ray in all PHP files on your system

21863.0k1](/packages/spatie-global-ray)[mmucklo/krumo

KRUMO - version 2.0 of print\_r(); and var\_dump(); (with new updates)

89168.0k6](/packages/mmucklo-krumo)[xrdebug/php

PHP client library for xrDebug

23920.3k2](/packages/xrdebug-php)[kktsvetkov/krumo

Krumo is a debugging tool, which displays structured information about any PHP variable. It is a nice replacement for print\_r() or var\_dump() which are used by a lot of PHP developers.

8260.7k](/packages/kktsvetkov-krumo)

PHPackages © 2026

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