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

Abandoned → [laravie/profiler](/?search=laravie%2Fprofiler)ArchivedLibrary[Debugging &amp; Profiling](/categories/debugging)

orchestra/debug
===============

Artisan Debug Profiler for Laravel

v3.4.0(9y ago)1498.5k2MITPHPPHP &gt;=5.6.0

Since Oct 26Pushed 7y ago1 watchersCompare

[ Source](https://github.com/orchestral/debug)[ Packagist](https://packagist.org/packages/orchestra/debug)[ Docs](http://orchestraplatform.com/docs/latest/components/debug/)[ RSS](/packages/orchestra-debug/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (10)Dependencies (8)Versions (22)Used By (0)

Artisan Debug Profiler for Laravel
==================================

[](#artisan-debug-profiler-for-laravel)

Debug Component is commandline profiling package for Laravel, It was based from Laravel 4.1 commandline profiling tool which was merged with `php artisan tail`.

[![Build Status](https://camo.githubusercontent.com/f8a3d6eee6204159492e88ccda777814370be8be87ea389610978b5b0de83432/68747470733a2f2f7472617669732d63692e6f72672f6f72636865737472616c2f64656275672e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/orchestral/debug)[![Latest Stable Version](https://camo.githubusercontent.com/84e328937c7f4006c6e44508ad7afd749f09c2897eac44c880175b9985a69e0b/68747470733a2f2f706f7365722e707567782e6f72672f6f72636865737472612f64656275672f762f737461626c65)](https://packagist.org/packages/orchestra/debug)[![Total Downloads](https://camo.githubusercontent.com/7efe9d35dc7c5320ba48cadeb9b086f0bfeafa83d896db4c2aa843d7a0d460d3/68747470733a2f2f706f7365722e707567782e6f72672f6f72636865737472612f64656275672f646f776e6c6f616473)](https://packagist.org/packages/orchestra/debug)[![Latest Unstable Version](https://camo.githubusercontent.com/e662069aa0e970c3dd4ebcb63b7de6de2aa02dd17d96575a90493f9e94f8d2c6/68747470733a2f2f706f7365722e707567782e6f72672f6f72636865737472612f64656275672f762f756e737461626c65)](https://packagist.org/packages/orchestra/debug)[![License](https://camo.githubusercontent.com/0f92251e773326748cad056b23a7b311825f4747fb61c690df298d4375def24e/68747470733a2f2f706f7365722e707567782e6f72672f6f72636865737472612f64656275672f6c6963656e7365)](https://packagist.org/packages/orchestra/debug)

Table of Content
----------------

[](#table-of-content)

- [Version Compatibility](#version-compatibility)
- [Installation](#installation)
- [Configuration](#configuration)
- [Usage](#usage)
- [Resources](#resources)
- [Changelog](https://github.com/orchestral/debug/releases)

Version Compatibility
---------------------

[](#version-compatibility)

LaravelDebug4.x.x2.x.x5.0.x3.0.x5.1.x3.1.x5.2.x3.2.x5.3.x3.3.x5.4.x3.4.x5.5.x3.5.x5.6.x3.6.x@devInstallation
------------

[](#installation)

To install through composer, simply put the following in your `composer.json` file:

```
{
    "require": {
        "orchestra/debug": "~3.0"
    }
}
```

And then run `composer install` from the terminal.

### Quick Installation

[](#quick-installation)

Above installation can also be simplify by using the following command:

```
composer require "orchestra/debug=~3.0"

```

Configuration
-------------

[](#configuration)

Add following service providers in `config/app.php`.

```
'providers' => [

    // ...

    Orchestra\Debug\DebugServiceProvider::class,
    Orchestra\Debug\CommandServiceProvider::class,

],
```

### Aliases

[](#aliases)

You could also create an alias for `Orchestra\Support\Facades\Profiler` in `config/app.php`.

```
'aliases' => [

    // ...

    'Profiler' => Orchestra\Support\Facades\Profiler::class,

],
```

Usage
-----

[](#usage)

### Enabling Profiler

[](#enabling-profiler)

To enable the profiler, all you need to do is:

```
Profiler::start();
```

> This normally would goes in your development environment such as `local` environment, in the case `app/Providers/AppServiceProvider.php` would be an ideal location to include the command.

### Viewing the Profiler

[](#viewing-the-profiler)

To view the profiler, run the following command in your terminal:

```
php artisan debug

```

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity32

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 99.6% 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 ~92 days

Recently: every ~164 days

Total

21

Last Release

2744d ago

Major Versions

2.0.x-dev → v3.0.02015-02-06

2.2.x-dev → v3.1.02015-05-17

PHP version history (6 changes)v2.1.0PHP &gt;=5.3.3

v2.2.0PHP &gt;=5.4.0

v3.1.1PHP &gt;=5.5.0

v3.3.0PHP &gt;=5.6.0

3.5.x-devPHP &gt;=7.0

3.6.x-devPHP &gt;=7.1

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/172966?v=4)[Mior Muhammad Zaki](/maintainers/crynobone)[@crynobone](https://github.com/crynobone)

---

Top Contributors

[![crynobone](https://avatars.githubusercontent.com/u/172966?v=4)](https://github.com/crynobone "crynobone (230 commits)")[![GrahamCampbell](https://avatars.githubusercontent.com/u/2829600?v=4)](https://github.com/GrahamCampbell "GrahamCampbell (1 commits)")

---

Tags

laraveldebugprofilerorchestra-platformorchestral

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  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)[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)[orchestra/tenanti

Tenant based Database Schema Manager for Laravel

588123.8k](/packages/orchestra-tenanti)[lsrur/inspector

Laravel Inspector, debugging and profiling tools for Web Artisans

23441.1k](/packages/lsrur-inspector)

PHPackages © 2026

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