Skip to content

feat(debugbar): introduce debug bar with custom collectors#137

Merged
alexander-zierhut merged 21 commits intozubzet:mainfrom
qtNoe:feat/debugbar
Apr 27, 2026
Merged

feat(debugbar): introduce debug bar with custom collectors#137
alexander-zierhut merged 21 commits intozubzet:mainfrom
qtNoe:feat/debugbar

Conversation

@qtNoe
Copy link
Copy Markdown
Contributor

@qtNoe qtNoe commented Apr 24, 2026

Closes #124

Integrate php-debugbar to surface per-request diagnostics in the browser. Ships with three collectors:

  • query: executed SQL statements with timings and interpolated placeholders
  • render: view, layout and options payload for every render() call
  • monolog: application log records via the monolog bridge

@qtNoe qtNoe added feature New functionality #module-render labels Apr 24, 2026
@qtNoe qtNoe added this to the v1.2.0 milestone Apr 24, 2026
qtNoe added 4 commits April 25, 2026 22:19
Integrate php-debugbar to surface per-request diagnostics in the browser.
Ships with three collectors:

- query: executed SQL statements with timings and interpolated placeholders
- render: view, layout and options payload for every render() call
- monolog: application log records via the monolog bridge

Signed-off-by: ulrich.noah <noah.ulrich@zierhut-it.de>
Signed-off-by: ulrich.noah <noah.ulrich@zierhut-it.de>
Signed-off-by: ulrich.noah <noah.ulrich@zierhut-it.de>
Signed-off-by: ulrich.noah <noah.ulrich@zierhut-it.de>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature New functionality #module-render

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add Debug Bar, supporting local debugging

3 participants