Skip to content

Add Debug Bar, supporting local debugging #124

@alexander-zierhut

Description

@alexander-zierhut

Implement https://github.com/php-debugbar/php-debugbar

We should as many collectors as possible, but especially:

  1. Messages
  2. Queries (Through Database) with merged values
  3. Templates
  4. Monolog
  5. HTTP
  6. Mails
  7. Ajax
  8. Etc.

This should be installed as a DEV dependency only. composer require --dev php-debugbar/php-debugbar

It should:

Since this a lot of work to be able to fit into v1.2.0 we should prob. only start with:

  1. Mobolog
  2. Queries

The rest will be pushed to v1.3

Syntax: There should be a static method to get to the debug bar
Example to add a message as the lib describes: $debugbar["messages"]->addMessage("hello world!");
Something we should implement: DebugBar::message("hello world!"); or just use the logger

Community:

  • We should open an issue at debug bar to let them add ZubZet to the README
  • (drop me a message or submit a PR to add your DebugBar related project here)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions