DZunke / panaly-symfony-dump

A Panaly plugin that is delivering a symfony dump reporting - for debugging usage

Home Page:https://github.com/DZunke/panaly

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Panaly - Project Analyzer - Symfony Dump Plugin

The plugin to the Panaly Project Analyzer enables is a debugging reporting that can be enabled to get the full result data as a plain symfony dump to the CLI. The function is delivered by the Symfony VarDumper Component. It is not recommended to be utilized as it is not that readable to have the full object structure of the result object.

Example Configuration

plugins:
    DZunke\PanalySymfonyDump\SymfonyDumpPlugin: ~ # no options available

reporting:
    symfony_dump: ~ # No options needed, it is just a dump

Thanks and License

Panaly Project Analyzer - Symfony Dump Plugin © 2024+, Denis Zunke. Released utilizing the MIT License.

GitHub @dzunke  ·  Twitter @DZunke

About

A Panaly plugin that is delivering a symfony dump reporting - for debugging usage

https://github.com/DZunke/panaly

License:MIT License


Languages

Language:PHP 77.8%Language:Makefile 22.2%