Chris@0: VarDumper Component Chris@0: =================== Chris@0: Chris@0: The VarDumper component provides mechanisms for walking through any arbitrary Chris@0: PHP variable. Built on top, it provides a better `dump()` function that you Chris@0: can use instead of `var_dump`. Chris@0: Chris@0: Resources Chris@0: --------- Chris@0: Chris@0: * [Documentation](https://symfony.com/doc/current/components/var_dumper/introduction.html) Chris@0: * [Contributing](https://symfony.com/doc/current/contributing/index.html) Chris@0: * [Report issues](https://github.com/symfony/symfony/issues) and Chris@0: [send Pull Requests](https://github.com/symfony/symfony/pulls) Chris@0: in the [main Symfony repository](https://github.com/symfony/symfony)