PHPackages                             bupy7/zf-php-debug-bar - 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. [Logging &amp; Monitoring](/categories/logging)
4. /
5. bupy7/zf-php-debug-bar

AbandonedArchivedLibrary[Logging &amp; Monitoring](/categories/logging)

bupy7/zf-php-debug-bar
======================

PHP Debug Bar module for Zend Framework 2/3

1.0.1(7y ago)11761PHPPHP ^5.5 || ^7.0

Since Mar 13Pushed 6y ago2 watchersCompare

[ Source](https://github.com/bupy7/zf-php-debug-bar)[ Packagist](https://packagist.org/packages/bupy7/zf-php-debug-bar)[ RSS](/packages/bupy7-zf-php-debug-bar/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (3)Dependencies (15)Versions (14)Used By (1)

zf-php-debug-bar
================

[](#zf-php-debug-bar)

[![Latest Stable Version](https://camo.githubusercontent.com/a4998fb2c1da3489cf6c49fc022b4464d6c80c1c0b6fa71175db85fa09cb44bc/68747470733a2f2f706f7365722e707567782e6f72672f62757079372f7a662d7068702d64656275672d6261722f762f737461626c65)](https://packagist.org/packages/bupy7/zf-php-debug-bar)[![Total Downloads](https://camo.githubusercontent.com/d04fbdf467179db1ebb6282d6be20b8199ab54a6eab3e80398aeb727acd0110c/68747470733a2f2f706f7365722e707567782e6f72672f62757079372f7a662d7068702d64656275672d6261722f646f776e6c6f616473)](https://packagist.org/packages/bupy7/zf-php-debug-bar)[![License](https://camo.githubusercontent.com/773f21092cc8fa1f2d6cb1e844c2cd48a648af4dae234af2487fd6ad742c72d5/68747470733a2f2f706f7365722e707567782e6f72672f62757079372f7a662d7068702d64656275672d6261722f6c6963656e7365)](https://packagist.org/packages/bupy7/zf-php-debug-bar)[![Coverage Status](https://camo.githubusercontent.com/536b9d2ac1e6bcf33e3e19c9b4aba85a8af8b45a60a9718886b76a42aed336a8/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f62757079372f7a662d7068702d64656275672d6261722f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/bupy7/zf-php-debug-bar?branch=master)[![Build Status](https://camo.githubusercontent.com/e49c3f9418476a3c6e51bac4946f38f9fc4fc6a8aaf7687af8a4fb63071c663e/68747470733a2f2f7472617669732d63692e6f72672f62757079372f7a662d7068702d64656275672d6261722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/bupy7/zf-php-debug-bar)

PHP Debug Bar module for Zend Framework 2 &amp; 3

Created by Witold Wasiczko and another developers.

[![PHP Debug Bar Messages](docs/img/demo.gif)](docs/img/demo.gif)

This package is fork of [snapshotpl/ZfSnapPhpDebugBar](https://github.com/snapshotpl/ZfSnapPhpDebugBar).

Features
--------

[](#features)

- All [PHP Debug Bar](http://phpdebugbar.com/) features + additional info about Zend Framework application:
    - Log and debug directly to Debug Bar,
    - Check request variables ($\_POST, $\_GET, $\_SERVER, $\_COOKIE),
    - Use timeline to see time between common events,
    - Catch exceptions,
    - Preview config and application config,
    - Profile SQL queries,
    - Details about current route,
    - Memory usage,
    - Total request duration,
    - Custom debug bar view,
    - and [more](http://phpdebugbar.com/)...!
- Ready to use - just install via `composer`!
- easy configurable via module config,

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

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer require --dev snapshotpl/zf-php-debug-bar
```

Usage
-----

[](#usage)

Add module `ZfSnapPhpDebugBar` to `application.config.php`.

```
return [
    'modules' => [
        'ZfSnapPhpDebugBar',
    ],
];
```

How to use `Message` tab
------------------------

[](#how-to-use-message-tab)

By function:

```
debugbar_log('ZfSnapPhpDebugBar is awesome!');
```

By static method:

```
ZfSnapPhpDebugBar\Module::log('ZfSnapPhpDebugBar is awesome!');
```

By `Zend\Log`:

```
$writer = $sm->get(ZfSnapPhpDebugBar\Log\Writer\PhpDebugBar::class);
$log = new Zend\Log\Logger();
$log->addWriter($writer);
$log->info('ZfSnapPhpDebugBar is awesome!');
```

Directly by DebugBar object from ServiceManager:

```
$debugbar = $sm->get('debugbar');
$debugbar['messages']->addMessage('ZfSnapPhpDebugBar is awesome!'));
```

How to config
-------------

[](#how-to-config)

Look at `config/zfsnapphpdebugbar.config.php` file

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~129 days

Recently: every ~149 days

Total

13

Last Release

2885d ago

Major Versions

0.13.1 → 1.0.02018-01-17

PHP version history (2 changes)0.0.9PHP &gt;=5.3.3

0.12.0PHP ^5.5 || ^7.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/f2f9ee20b742a44db8870955cd27b91bb82c14e08dd61a4e096692c9d9d83302?d=identicon)[bupy7](/maintainers/bupy7)

---

Top Contributors

[![bupy7](https://avatars.githubusercontent.com/u/5145037?v=4)](https://github.com/bupy7 "bupy7 (33 commits)")[![snapshotpl](https://avatars.githubusercontent.com/u/312655?v=4)](https://github.com/snapshotpl "snapshotpl (33 commits)")[![laytoneverson](https://avatars.githubusercontent.com/u/1046148?v=4)](https://github.com/laytoneverson "laytoneverson (1 commits)")

---

Tags

logdebugdebugbarexceptionloggerzf2zend framework 2Zend Framework

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/bupy7-zf-php-debug-bar/health.svg)

```
[![Health](https://phpackages.com/badges/bupy7-zf-php-debug-bar/health.svg)](https://phpackages.com/packages/bupy7-zf-php-debug-bar)
```

###  Alternatives

[snapshotpl/zf-snap-php-debug-bar

PHP Debug Bar module for Zend Framework 2

3026.1k](/packages/snapshotpl-zf-snap-php-debug-bar)[davidhavl/dherrorlogging

Full featured error logging module for ZF2/ZF3 application

1924.5k](/packages/davidhavl-dherrorlogging)[analog/analog

Fast, flexible, easy PSR-3-compatible PHP logging package with dozens of handlers.

3451.5M24](/packages/analog-analog)[inpsyde/wonolog

Monolog-based logging package for WordPress.

183617.9k6](/packages/inpsyde-wonolog)[facile-it/sentry-module

This module allows integration of Sentry Client into laminas and mezzio

19372.5k](/packages/facile-it-sentry-module)[guanguans/laravel-exception-notify

Monitor exception and report to the notification channels(Log、Mail、AnPush、Bark、Chanify、DingTalk、Discord、Gitter、GoogleChat、IGot、Lark、Mattermost、MicrosoftTeams、NowPush、Ntfy、Push、Pushback、PushBullet、PushDeer、PushMe、Pushover、PushPlus、QQ、RocketChat、ServerChan、ShowdocPush、SimplePush、Slack、Telegram、WeWork、WPush、XiZhi、YiFengChuanHua、ZohoCliq、ZohoCliqWebHook、Zulip).

14642.7k1](/packages/guanguans-laravel-exception-notify)

PHPackages © 2026

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