PHPackages                             lichtner/notorm-nette-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. lichtner/notorm-nette-panel

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

lichtner/notorm-nette-panel
===========================

NotORM panel for Nette framework for debugging

04831PHP

Since Jun 24Pushed 12y ago1 watchersCompare

[ Source](https://github.com/lichtner/notorm-nette-panel)[ Packagist](https://packagist.org/packages/lichtner/notorm-nette-panel)[ RSS](/packages/lichtner-notorm-nette-panel/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependenciesVersions (1)Used By (0)

notorm-nette-panel
==================

[](#notorm-nette-panel)

NotORM Panel for Nette framework for debugging

Instalation
-----------

[](#instalation)

Into `app/bootstrap.php` after

```
$container = $configurator->createContainer();

```

add this lines

```
# connect NotORM panel

$panel = NotORMPanel::getInstance();
$panel->setPlatform($container->pdo->getAttribute(PDO::ATTR_DRIVER_NAME));
\Nette\Diagnostics\Debugger::addPanel($panel);

$container->notorm->debug = function($query, $parameters) {
	NotORMPanel::getInstance()->logQuery($query, $parameters);
};

```

It is not nice but work ok ;-)

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 66.7% 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/40fc6f3c5d62df3d08c105b949f0f483c66f64c8a894d2c5c267c428dc634f79?d=identicon)[lichtner](/maintainers/lichtner)

---

Top Contributors

[![Lopo](https://avatars.githubusercontent.com/u/279973?v=4)](https://github.com/Lopo "Lopo (2 commits)")[![rikiless](https://avatars.githubusercontent.com/u/589851?v=4)](https://github.com/rikiless "rikiless (1 commits)")

### Embed Badge

![Health badge](/badges/lichtner-notorm-nette-panel/health.svg)

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

###  Alternatives

[symfony/stopwatch

Provides a way to profile code

2.8k387.2M918](/packages/symfony-stopwatch)[fruitcake/laravel-debugbar

PHP Debugbar integration for Laravel

19.1k662.9k29](/packages/fruitcake-laravel-debugbar)[spatie/ignition

A beautiful error page for PHP applications.

510147.6M69](/packages/spatie-ignition)[jokkedk/webgrind

Webgrind is a Xdebug profiling web frontend in PHP5. It implements a subset of the features of kcachegrind and installs in seconds and works on all platforms. For quick'n'dirty optimizations it does the job.

3.3k193.0k](/packages/jokkedk-webgrind)[koriym/printo

An object graph visualizer.

1421.8M2](/packages/koriym-printo)[soloterm/dumps

A Laravel command to intercept dumps from your Laravel application.

125285.7k3](/packages/soloterm-dumps)

PHPackages © 2026

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