PHPackages                             nin/phalcon-debugbar - 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. nin/phalcon-debugbar

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

nin/phalcon-debugbar
====================

Integrates PHP Debug Bar with Phalcon 5.

v1.0.0(3y ago)0653[1 issues](https://github.com/ninhnguyen22/phalcon-debugbar/issues)MITPHPPHP ^8.0.0

Since Feb 18Pushed 3y ago3 watchersCompare

[ Source](https://github.com/ninhnguyen22/phalcon-debugbar)[ Packagist](https://packagist.org/packages/nin/phalcon-debugbar)[ RSS](/packages/nin-phalcon-debugbar/feed)WikiDiscussions master Synced 1mo ago

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

Debugbar for Phalcon 5
----------------------

[](#debugbar-for-phalcon-5)

[![Packagist License](https://camo.githubusercontent.com/f1e0b1d4207725da2917c14ec06e82492def6307213cbef3b7460dea1a25e8e0/68747470733a2f2f706f7365722e707567782e6f72672f6e696e2f7068616c636f6e2d64656275676261722f6c6963656e73652e706e67)](http://choosealicense.com/licenses/mit/)[![Latest Stable Version](https://camo.githubusercontent.com/91e43bd33324b9c69f785b1a9f069f1ff53d23e96981c8e0b97c0f056ff64875/68747470733a2f2f706f7365722e707567782e6f72672f6e696e2f7068616c636f6e2d64656275676261722f76657273696f6e2e706e67)](https://packagist.org/packages/nin/phalcon-debugbar)[![Total Downloads](https://camo.githubusercontent.com/38112f193148f651a67db907410f856c8b2b96403b2d3a7a83ad71d1f92bd495/68747470733a2f2f706f7365722e707567782e6f72672f6e696e2f7068616c636f6e2d64656275676261722f642f746f74616c2e706e67)](https://packagist.org/packages/nin/phalcon-debugbar)

This is a package to integrate [PHP Debug Bar](http://phpdebugbar.com/) with Phalcon 5.

[![Phalcon 5 debugbar](https://github.com/ninhnguyen22/phalcon-debugbar/raw/master/Capture.PNG)](https://github.com/ninhnguyen22/phalcon-debugbar/blob/master/Capture.PNG)

Note: Use the DebugBar only in development. It can slow the application down (because it has to gather data). So when experiencing slowness, try disabling some of the collectors.

### Installation:

[](#installation)

Require this package with composer. It is recommended to only require the package for development.

```
composer require nin/phalcon-debugbar --dev
```

Register a Provider in `index.php`

```
$container = new \Phalcon\Di\FactoryDefault();

$container->register(new \Nin\Debugbar\ServiceProvider());
```

### Usage:

[](#usage)

Add Message

```
use Nin\Debugbar\Phalcon\Helper\Debugbar;

Debugbar::info($object);
Debugbar::error('Error!');
Debugbar::warning(new \Phalcon\Config\Config(['title' => 'Warning']));
```

Add start/stop timing:

```
use Nin\Debugbar\Phalcon\Helper\Debugbar;

Debugbar::startMeasure('function', 'Function runtime');
Debugbar::stopMeasure('function');
Debugbar::measure('function', function() {
    // Do something…
});
```

Add Log Exception:

```
use Nin\Debugbar\Phalcon\Helper\Debugbar;

try {
    //  Do something
} catch (Exception $e) {
    Debugbar::addThrowable($e);
}
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity51

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

Every ~0 days

Total

2

Last Release

1186d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8ac52808b226765af9f8a01575d42942077569051239e23fb3b7bbe49f9176e5?d=identicon)[ninhnguyen22](/maintainers/ninhnguyen22)

---

Top Contributors

[![ninhnguyen22](https://avatars.githubusercontent.com/u/36225664?v=4)](https://github.com/ninhnguyen22 "ninhnguyen22 (7 commits)")

---

Tags

debugprofilerdebugbarphalconphalcon 5

### Embed Badge

![Health badge](/badges/nin-phalcon-debugbar/health.svg)

```
[![Health](https://phpackages.com/badges/nin-phalcon-debugbar/health.svg)](https://phpackages.com/packages/nin-phalcon-debugbar)
```

###  Alternatives

[barryvdh/laravel-debugbar

PHP Debugbar integration for Laravel

19.2k124.3M624](/packages/barryvdh-laravel-debugbar)[php-debugbar/php-debugbar

Debug bar in the browser for php application

4.4k21.3M40](/packages/php-debugbar-php-debugbar)[fruitcake/laravel-debugbar

PHP Debugbar integration for Laravel

19.1k662.9k29](/packages/fruitcake-laravel-debugbar)[snowair/phalcon-debugbar

Integrates PHP Debug Bar with Phalcon.

160123.3k1](/packages/snowair-phalcon-debugbar)[fruitcake/laravel-telescope-toolbar

Toolbar for Laravel Telescope based on Symfony Web Profiler

8041.6M3](/packages/fruitcake-laravel-telescope-toolbar)[recca0120/laravel-tracy

A Laravel Package to integrate Nette Tracy Debugger

388283.0k3](/packages/recca0120-laravel-tracy)

PHPackages © 2026

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