PHPackages                             michaeldrennen/debug-helper - 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. michaeldrennen/debug-helper

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

michaeldrennen/debug-helper
===========================

A library to help me output useful debug info during development.

v2.0(4y ago)044MITPHPPHP ^7.1|^8.0CI failing

Since Jul 30Pushed 4y ago1 watchersCompare

[ Source](https://github.com/michaeldrennen/DebugHelper)[ Packagist](https://packagist.org/packages/michaeldrennen/debug-helper)[ RSS](/packages/michaeldrennen-debug-helper/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (10)Dependencies (3)Versions (14)Used By (0)

\#DebugHelper

[![Build Status](https://camo.githubusercontent.com/8c4c3533af81757d3700e9e64df985d1e7df49cc3d6fb2b08be210d345e1cd77/68747470733a2f2f7472617669732d63692e6f72672f6d69636861656c6472656e6e656e2f446562756748656c7065722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/michaeldrennen/debug-helper)[![Latest Stable Version](https://camo.githubusercontent.com/aae181021832ce73b89b03898776d963eeee09d1f5344a97a87cee636a3b255c/68747470733a2f2f706f7365722e707567782e6f72672f6d69636861656c6472656e6e656e2f64656275672d68656c7065722f762f737461626c65)](https://packagist.org/packages/michaeldrennen/debug-helper)[![Total Downloads](https://camo.githubusercontent.com/30981789848c9285b891539783a9708a0768af9b3128157cac45edbdcdf8ecac/68747470733a2f2f706f7365722e707567782e6f72672f6d69636861656c6472656e6e656e2f64656275672d68656c7065722f646f776e6c6f616473)](https://packagist.org/packages/michaeldrennen/debug-helper)[![License](https://camo.githubusercontent.com/82643360798c916676f8017beec29ab23c3cf31073efc4ad74c6f1eb4d9c1570/68747470733a2f2f706f7365722e707567782e6f72672f6d69636861656c6472656e6e656e2f64656275672d68656c7065722f6c6963656e7365)](https://packagist.org/packages/michaeldrennen/debug-helper)

Introduction
------------

[](#introduction)

DebugHelper is a little collection of PHP functions to help me view data when debugging.

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

[](#installation)

To get started with DebugHelper, simply run:

```
composer require michaeldrennen/debug-helper

```

DebugHelper tools for Laravel
-----------------------------

[](#debughelper-tools-for-laravel)

### Pretty print the query log

[](#pretty-print-the-query-log)

```
use Illuminate\Support\Facades\DB;
...
DB::enableQueryLog();
// Run queries...
$queryLog = DB::getQueryLog();
DebugHelper::laravelPrintQueryLog($queryLog);
```

License
-------

[](#license)

DebugHelper is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity75

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

Recently: every ~0 days

Total

13

Last Release

1638d ago

Major Versions

v1.0.11 → v2.02021-11-14

PHP version history (2 changes)v1.02PHP ^7.1

v2.0PHP ^7.1|^8.0

### Community

Maintainers

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

---

Top Contributors

[![michaeldrennen](https://avatars.githubusercontent.com/u/5288190?v=4)](https://github.com/michaeldrennen "michaeldrennen (21 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/michaeldrennen-debug-helper/health.svg)

```
[![Health](https://phpackages.com/badges/michaeldrennen-debug-helper/health.svg)](https://phpackages.com/packages/michaeldrennen-debug-helper)
```

###  Alternatives

[barryvdh/laravel-debugbar

PHP Debugbar integration for Laravel

19.1k124.3M624](/packages/barryvdh-laravel-debugbar)[fruitcake/laravel-debugbar

PHP Debugbar integration for Laravel

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

A beautiful error page for Laravel applications.

566146.7M471](/packages/spatie-laravel-ignition)[spatie/laravel-ray

Easily debug Laravel apps

31538.4M2.8k](/packages/spatie-laravel-ray)[laradumps/laradumps

LaraDumps is a friendly app designed to boost your Laravel PHP coding and debugging experience.

1.3k1.3M29](/packages/laradumps-laradumps)[glhd/laravel-dumper

382801.4k](/packages/glhd-laravel-dumper)

PHPackages © 2026

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