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

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

october/debugbar
================

Debugbar integration for October CMS.

v1.0.1(2mo ago)3318↓38.5%MITPHPPHP ^8.2

Since Apr 9Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/octobercms/debugbar)[ Packagist](https://packagist.org/packages/october/debugbar)[ Docs](https://github.com/octobercms/debugbar)[ RSS](/packages/october-debugbar/feed)WikiDiscussions main Synced 1w ago

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

[![October CMS](https://camo.githubusercontent.com/b87a70cc229dfef3a76b6716617a49dc3e6b55cee504440c97f537a910950789/68747470733a2f2f6f63746f626572636d732e636f6d2f7468656d65732f776562736974652f6173736574732f696d616765732f6f63746f6265722d636f6c6f722d6c6f676f2e737667)](https://camo.githubusercontent.com/b87a70cc229dfef3a76b6716617a49dc3e6b55cee504440c97f537a910950789/68747470733a2f2f6f63746f626572636d732e636f6d2f7468656d65732f776562736974652f6173736574732f696d616765732f6f63746f6265722d636f6c6f722d6c6f676f2e737667)

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

[](#introduction)

October CMS Debugbar integrates [Laravel Debugbar](https://github.com/fruitcake/laravel-debugbar) with October CMS, adding custom data collectors for backend controllers, CMS pages, components, and models.

Requirements
------------

[](#requirements)

- October CMS 4.x
- PHP 8.2+

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

[](#installation)

```
composer require october/debugbar --dev
```

The debugbar is enabled automatically when `APP_DEBUG=true`. You can override this with the `DEBUGBAR_ENABLED` environment variable.

October CMS Collectors
----------------------

[](#october-cms-collectors)

In addition to the standard Laravel Debugbar collectors, the following October-specific collectors are included:

CollectorDescription**Backend**Shows the backend controller, action, parameters, and AJAX handler with file location**CMS**Shows the CMS page, URL, AJAX handler, and page properties with file location**Components**Lists all components from the page and layout with their class and properties**Models**Tracks October model instantiation counts via the `model.afterFetch` eventConfiguration
-------------

[](#configuration)

Publish the configuration file to customize collector settings:

```
php artisan vendor:publish --provider="October\Debugbar\ServiceProvider" --tag=config
```

Or create `config/debugbar.php` manually. See the [default configuration](config/debugbar.php) for available options.

AJAX Debugging
--------------

[](#ajax-debugging)

AJAX requests are captured by the debugbar automatically and displayed in the toolbar dropdown. To disable this, set `capture_ajax` to `false` in `config/debugbar.php`.

License
-------

[](#license)

October CMS Debugbar is open-sourced software licensed under the [MIT license](LICENSE.md).

###  Health Score

43

—

FairBetter than 89% of packages

Maintenance88

Actively maintained with recent releases

Popularity21

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity47

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

61d ago

### Community

Maintainers

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

---

Top Contributors

[![daftspunk](https://avatars.githubusercontent.com/u/1392869?v=4)](https://github.com/daftspunk "daftspunk (10 commits)")

---

Tags

devdebugbaroctobercms

### Embed Badge

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

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

###  Alternatives

[barryvdh/laravel-debugbar

PHP Debugbar integration for Laravel

19.2k130.0M718](/packages/barryvdh-laravel-debugbar)[fruitcake/laravel-debugbar

PHP Debugbar integration for Laravel

19.2k1.7M54](/packages/fruitcake-laravel-debugbar)[php-debugbar/php-debugbar

Debug bar in the browser for php application

4.4k26.7M61](/packages/php-debugbar-php-debugbar)[symfony/web-profiler-bundle

Provides a development tool that gives detailed information about the execution of any request

2.3k156.8M1.1k](/packages/symfony-web-profiler-bundle)[fruitcake/laravel-telescope-toolbar

Toolbar for Laravel Telescope based on Symfony Web Profiler

8061.7M4](/packages/fruitcake-laravel-telescope-toolbar)[vpietri/adm-quickdevbar

QuickDevBar is a developer toolbar for magento 2

578356.6k](/packages/vpietri-adm-quickdevbar)

PHPackages © 2026

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