Laravel Debugbar

An in-browser debugging and profiling toolbar that integrates PHP Debug Bar with Laravel.

Tool
Composer
vv4.4.1
19,282stars
MIT License

Repository Health

Pre-computed score based on development activity, maintenance, community, maturity, and trend momentum.How we score it →
87/100Excellent
Development Activity84
Maintenance88
Community76
Maturity60
Momentum40

Technical Analysis

AI-assessed by reading the actual repository — architecture, code quality, innovation, and documentation.How we score it →
86/100Excellent
Architecture85
Code Quality85
Innovation86
Learning Curve88

Laravel Debugbar integrates the PHP Debug Bar into Laravel applications, rendering a toolbar that surfaces profiling and debugging data for each request. It registers a service provider that attaches to the response and bootstraps Laravel-specific collectors — queries with bindings and timing, routes, loaded views, fired events, mail, sessions and more — so developers can inspect what happened during a request directly in the browser. It is a development-time tool and is not meant to run on public production sites.

What You Get

  • A browser toolbar showing per-request debugging and profiling data
  • A query collector with SQL, bindings and execution timing
  • Route, view, event, mail and session collectors tailored to Laravel
  • A timeline for measuring custom application segments
  • Publishable configuration to enable or disable individual collectors

Common Use Cases

  • Diagnosing slow or N+1 database queries during development
  • Inspecting which routes, views and events fired for a request
  • Measuring timing of custom code segments with the timeline

Under The Hood

Architecture - A service provider registers the debugbar and binds it into Laravel’s request lifecycle, attaching the rendered toolbar to responses. A set of DataCollectors — query, route, view, event, mail, session and a timeline — gather per-request data, which the underlying php-debugbar front end renders as an interactive overlay. Ajax and Livewire requests are captured into a dropdown.

Tech Stack - PHP 8.2+ built on php-debugbar/php-debugbar and the Symfony bridge, integrating with illuminate routing, session and support. Front-end assets are managed via npm, with PHPUnit, Larastan/PHPStan and Laravel Pint in the dev toolchain.

Code Quality - A large, long-lived project (19k+ stars) with an active test suite (DebugbarTest, CspNonceTest and more), PHPStan strict rules and Pint formatting, reflecting strong engineering discipline.

API Design - Installation is close to zero-config: the collectors light up automatically, and configuration is a single publishable file. Helpers like debugbar()->info() and measure() make ad-hoc instrumentation easy, giving it excellent developer experience for its purpose.

Used by 7 apps in this directory

Other

Akaunting

Invoicing Finance

10,070

Open-source online accounting for small businesses and freelancers — invoices, expenses, and reporting without monthly fees or vendor lock-in.

View details
98
Repo Health
73
Technical
63
Dependency
Updated yesterday
PHP
72%
MIT

Bagisto

Analytics · Ecommerce

27,983

Open-source Laravel eCommerce platform for building multi-vendor marketplaces, B2B stores, headless commerce, and AI-powered storefronts.

View details
93
Repo Health
75
Technical
69
Dependency
Built with
PHP72%
Blade22%
Updated today
PHP
79%
Apache 2.0

Coolify

Devops · Hosting Control Panel

60,738

Open-source self-hosted PaaS — deploy apps, databases and 280+ services on your own servers with no vendor lock-in

View details
92
Repo Health
86
Technical
72
Dependency
Built with
PHP79%
Blade18%
Updated yesterday
PHP
91%
AGPL 3.0

FreeScout

Customer Support

4,484

Run your own help desk and shared inbox — a fully self-hosted, open-source alternative to Zendesk and Help Scout with no per-agent fees.

View details
93
Repo Health
55
Technical
63
Dependency
Built with
PHP91%
Updated yesterday
PHP
85%
Other

Invoice Ninja

Invoicing Finance · Project Management

10,008

Self-hostable invoicing, time-tracking, and multi-gateway payment platform for freelancers and small businesses, with built-in e-invoicing compliance for EU and global standards.

View details
97
Repo Health
83
Technical
62
Dependency
Built with
PHP85%
XSLT10%
Updated 2 days ago
PHP
51%
MIT

Krayin CRM

Ecommerce · CRM

23,694

Free, open-source Laravel & Vue.js CRM for SMEs and enterprises to manage the complete customer lifecycle.

View details
88
Repo Health
68
Technical
70
Dependency
Built with
PHP51%
Blade46%
Updated yesterday
PHP
63%
AGPL 3.0

Vanguard Backup

Devops

37

Self-hosted backup automation for Ubuntu and Debian servers with S3 storage, SSH-based file and database backup, and multi-channel notifications.

View details
33
Repo Health
80
Technical
70
Dependency
Built with
PHP63%
Blade36%
Updated 9 months ago

Join founders buildingwith open source

Opinionated takes, migration guides, cost-saving tips, and insights from the open source ecosystem.

Subscribe on Substack
Join 750+ subscribers

Search