# fruitcake/laravel-debugbar

Debugbar for Laravel (Integrates PHP Debug Bar)

Repository: https://github.com/fruitcake/laravel-debugbar
Canonical: https://ross.abutalabs.com/products/laravel-debugbar
Homepage: http://laraveldebugbar.com/
Language: PHP
License: MIT
License Family: permissive
Topics: laravel, debugbar, developer-tool, profiler, toolbar
Last push: 2026-08-24T06:50:38+00:00

## Health v2 (maintenance only)
Score: 99/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 99, release rhythm 98, longevity 100
- inputs: {"age_days": 4745, "days_push": 9, "days_rel": 13, "gap_med": 4.0, "n_releases_24m": 51}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 19280, forks 1613 (observed 2026-08-28T04:11:27.560536+00:00)

## What it is
A Laravel package that integrates PHP Debug Bar, rendering an in-browser toolbar with collectors for queries, routes, views, events, logs, cache, and timing. It is intended for development environments only, since it exposes sensitive request data.

## Use cases
- debug slow database queries in laravel
- profile laravel application performance
- inspect views and variables passed to blade templates
- track ajax and livewire requests during development
- view log messages and exceptions in a toolbar
- monitor cache events and route info while developing

## When to choose
- you develop Laravel apps and want an in-browser debugging toolbar
- you need to see SQL queries, bindings, and timings per request
- you want request history including redirects and ajax calls

## When to avoid
- on production or publicly accessible sites, as it leaks sensitive data
- when profiling overhead would skew performance-sensitive measurements
- for non-Laravel PHP projects, use PHP Debug Bar directly

## Facets
- artifact type: plugin
- maturity: active
- function: developer-tools, monitoring, tracing, logging, database, benchmarking
- domain: web-development, developer-tools, backend, databases
- platform: php, browser
- tags: laravel, debugbar, profiler, query-debugging, dev-tools, toolbar, debugging, web-server

## Member repositories
- fruitcake/laravel-debugbar (main) score 99

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:11:27.560536+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T17:00:23.484842+00:00, confidence not recorded.
  - readme: https://github.com/fruitcake/laravel-debugbar (fetched 2026-08-28T04:11:27.560536+00:00, sha dd837dff62eb)
  - homepage: http://laraveldebugbar.com/ (fetched 2026-08-29T07:58:37.540760+00:00, sha 5f14b59b37b3)
  - site_page: http://laraveldebugbar.com/installation (fetched 2026-08-29T07:58:37.543297+00:00, sha 7b10bc7b1c0c)
  - site_page: http://laraveldebugbar.com/features (fetched 2026-08-29T07:58:37.545155+00:00, sha ae060e3caf60)
- Data as of 2026-08-30T08:39:29.467469+00:00.
