dzunke / panaly-symfony-dump
A Panaly plugin that is delivering a symfony dump reporting - for debugging usage
dev-main
2024-08-13 18:04 UTC
Requires
- php: ^8.2
- dzunke/panaly: dev-main
- symfony/var-dumper: ^7.0
Requires (Dev)
- doctrine/coding-standard: ^12.0
- phpstan/phpstan: ^1.10
- phpstan/phpstan-deprecation-rules: ^1.1
- phpstan/phpstan-strict-rules: ^1.5
- phpunit/phpunit: ^11.1
This package is auto-updated.
Last update: 2024-11-13 18:38:48 UTC
README
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
# panaly.dist.yaml 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.