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

ActiveOctober-plugin[Debugging &amp; Profiling](/categories/debugging)

bedard/debugbar
===============

Debugbar integration for October CMS.

v3.3.9(4mo ago)397.1k21[1 issues](https://github.com/scottbedard/oc-debugbar-plugin/issues)MITPHP

Since May 25Pushed 4mo ago10 watchersCompare

[ Source](https://github.com/scottbedard/oc-debugbar-plugin)[ Packagist](https://packagist.org/packages/bedard/debugbar)[ Docs](https://github.com/rainlab/debugbar-plugin)[ RSS](/packages/bedard-debugbar/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (7)Dependencies (1)Versions (20)Used By (0)

Debugbar Plugin
===============

[](#debugbar-plugin)

Easily see what's going on under the hood of your October CMS application.

Installation
============

[](#installation)

To install with Composer, run from your project root

```
composer require rainlab/debugbar-plugin
```

Usage
=====

[](#usage)

Set `debug` to `true` in `config/app.php` and the debugbar should appear on your site to all authenticated backend users with the `rainlab.debugbar.access_debugbar` permission.

If you would like to make the debugbar accessible to all users regardless of authentication and permissions, then set `allow_public_access` to `true` in the configuration (see below).

See [barryvdh/laravel-debugbar](https://github.com/barryvdh/laravel-debugbar) for more usage instructions and documentation.

Configuration
=============

[](#configuration)

All configuration for the plugin is found in the **plugins/rainlab/debugbar** directory. To override any of these settings, create an override file called **config/rainlab/debugbar/config.php** in your local system.

To include exceptions in the response header of ajax calls set `debug_ajax` to `true` in **config/app.php**.

Events are not captured by default since it can slow down the front-end when many events are fired, you may enable it with the `collectors.events` setting.

###  Health Score

54

—

FairBetter than 97% of packages

Maintenance75

Regular maintenance activity

Popularity32

Limited adoption so far

Community25

Small or concentrated contributor base

Maturity72

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

Recently: every ~173 days

Total

19

Last Release

129d ago

Major Versions

1.0.8 → 2.0.02017-07-31

2.0.0 → 3.0.02020-01-31

PHP version history (2 changes)1.0.5PHP &gt;=5.4.0

2.0.0PHP &gt;=7.0.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/904cc72c102eb3725fdc5191aaf7519724839af6feb847dc20dfa138f37e50b2?d=identicon)[scottbedard](/maintainers/scottbedard)

---

Top Contributors

[![daftspunk](https://avatars.githubusercontent.com/u/1392869?v=4)](https://github.com/daftspunk "daftspunk (32 commits)")[![scottbedard](https://avatars.githubusercontent.com/u/7980426?v=4)](https://github.com/scottbedard "scottbedard (27 commits)")[![barryvdh](https://avatars.githubusercontent.com/u/973269?v=4)](https://github.com/barryvdh "barryvdh (9 commits)")[![LukeTowers](https://avatars.githubusercontent.com/u/7253840?v=4)](https://github.com/LukeTowers "LukeTowers (8 commits)")[![samgeorges](https://avatars.githubusercontent.com/u/4927493?v=4)](https://github.com/samgeorges "samgeorges (4 commits)")[![jwilson8767](https://avatars.githubusercontent.com/u/10873576?v=4)](https://github.com/jwilson8767 "jwilson8767 (4 commits)")[![alxy](https://avatars.githubusercontent.com/u/2057062?v=4)](https://github.com/alxy "alxy (3 commits)")[![systemsolutionweb](https://avatars.githubusercontent.com/u/88460896?v=4)](https://github.com/systemsolutionweb "systemsolutionweb (3 commits)")[![bennothommo](https://avatars.githubusercontent.com/u/15900351?v=4)](https://github.com/bennothommo "bennothommo (2 commits)")[![gergo85](https://avatars.githubusercontent.com/u/2959112?v=4)](https://github.com/gergo85 "gergo85 (2 commits)")[![verenaroe](https://avatars.githubusercontent.com/u/49275087?v=4)](https://github.com/verenaroe "verenaroe (1 commits)")[![bernardotavares](https://avatars.githubusercontent.com/u/25110465?v=4)](https://github.com/bernardotavares "bernardotavares (1 commits)")[![markoKodric](https://avatars.githubusercontent.com/u/18535475?v=4)](https://github.com/markoKodric "markoKodric (1 commits)")[![Metallizzer](https://avatars.githubusercontent.com/u/691719?v=4)](https://github.com/Metallizzer "Metallizzer (1 commits)")[![mnishihan](https://avatars.githubusercontent.com/u/1173288?v=4)](https://github.com/mnishihan "mnishihan (1 commits)")[![tobias-kuendig](https://avatars.githubusercontent.com/u/8600029?v=4)](https://github.com/tobias-kuendig "tobias-kuendig (1 commits)")[![tomaszstrojny](https://avatars.githubusercontent.com/u/8854428?v=4)](https://github.com/tomaszstrojny "tomaszstrojny (1 commits)")

---

Tags

debugbarlaraveloctobercmsdebugbaroctober

### Embed Badge

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

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

###  Alternatives

[barryvdh/laravel-debugbar

PHP Debugbar integration for Laravel

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

Debug bar in the browser for php application

4.4k21.3M40](/packages/php-debugbar-php-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)[rainlab/debugbar-plugin

Debugbar integration for October CMS.

3988.7k](/packages/rainlab-debugbar-plugin)[recca0120/laravel-tracy

A Laravel Package to integrate Nette Tracy Debugger

388283.0k3](/packages/recca0120-laravel-tracy)

PHPackages © 2026

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