PHPackages                             biohazard/laravel-debug-console - 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. [CLI &amp; Console](/categories/cli)
4. /
5. biohazard/laravel-debug-console

ActiveLibrary[CLI &amp; Console](/categories/cli)

biohazard/laravel-debug-console
===============================

Works as a console viewer for laravel debugbar.

0.0.2(3y ago)014MITPHPPHP &gt;=5.5.9

Since Apr 15Pushed 3y agoCompare

[ Source](https://github.com/biohazardhome/laravel-debug-console)[ Packagist](https://packagist.org/packages/biohazard/laravel-debug-console)[ RSS](/packages/biohazard-laravel-debug-console/feed)WikiDiscussions master Synced 3w ago

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

Laravel Debug Console
=====================

[](#laravel-debug-console)

Use as an alternative to view collected information from [Laravel Debugbar](https://github.com/barryvdh/laravel-debugbar) package. Useful if you are building apis or running console commands.

[![php artisan app:debug queries](https://user-images.githubusercontent.com/3688705/41133243-9a32d442-6abd-11e8-9600-18c089440967.png)](https://user-images.githubusercontent.com/3688705/41133243-9a32d442-6abd-11e8-9600-18c089440967.png)

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

[](#installation)

You can install the latest version via [composer](https://getcomposer.org/):

```
composer require --dev biohazard/laravel-debug-console
```

Add the service provider to `config/app.php` if you are on laravel 5.4 or bellow:

```
'providers' => [
    // ...
    Madewithlove\LaravelDebugConsole\ServiceProvider::class
]
```

Usage
-----

[](#usage)

Open your console and run `php artisan app:debug [messages|timeline|exceptions|route|queries|request]` same options that are available by default on Laravel Debugbar.

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity31

Early-stage or recently created project

 Bus Factor1

Top contributor holds 54.5% 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 ~2 days

Total

2

Last Release

1164d ago

PHP version history (2 changes)0.0.1PHP &gt;=8.2

0.0.2PHP &gt;=5.5.9

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/55890475?v=4)[magnetic](/maintainers/magnetic)[@magnetic](https://github.com/magnetic)

---

Top Contributors

[![xavierbarbosa](https://avatars.githubusercontent.com/u/3688705?v=4)](https://github.com/xavierbarbosa "xavierbarbosa (6 commits)")[![biohazardhome](https://avatars.githubusercontent.com/u/1502878?v=4)](https://github.com/biohazardhome "biohazardhome (4 commits)")[![WouterSioen](https://avatars.githubusercontent.com/u/1398405?v=4)](https://github.com/WouterSioen "WouterSioen (1 commits)")

---

Tags

consolelaraveldebugdebugbar

### Embed Badge

![Health badge](/badges/biohazard-laravel-debug-console/health.svg)

```
[![Health](https://phpackages.com/badges/biohazard-laravel-debug-console/health.svg)](https://phpackages.com/packages/biohazard-laravel-debug-console)
```

###  Alternatives

[nunomaduro/laravel-console-menu

Laravel Console Menu is an output method for your Laravel/Laravel Zero commands.

815424.6k52](/packages/nunomaduro-laravel-console-menu)[nunomaduro/laravel-console-dusk

Laravel Console Dusk allows the usage of Laravel Dusk in Laravel/Laravel Zero artisan commands.

16357.3k8](/packages/nunomaduro-laravel-console-dusk)[rahul900day/laravel-console-spinner

Laravel Console Spinner is a spinner output for Laravel command line.

76128.8k1](/packages/rahul900day-laravel-console-spinner)[guanguans/laravel-soar

SQL optimizer and rewriter for laravel. - laravel 的 SQL 优化器和重写器。

2228.3k](/packages/guanguans-laravel-soar)

PHPackages © 2026

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