https://github.com/symfony/var-dumper
Provides mechanisms for walking through any arbitrary PHP variable
https://github.com/symfony/var-dumper
component debug dump php symfony symfony-component
Last synced: about 8 hours ago
JSON representation
Provides mechanisms for walking through any arbitrary PHP variable
- Host: GitHub
- URL: https://github.com/symfony/var-dumper
- Owner: symfony
- License: mit
- Created: 2014-09-26T12:08:29.000Z (over 10 years ago)
- Default Branch: 7.2
- Last Pushed: 2025-04-09T08:14:54.000Z (7 days ago)
- Last Synced: 2025-04-15T16:15:44.088Z (about 8 hours ago)
- Topics: component, debug, dump, php, symfony, symfony-component
- Language: PHP
- Homepage: https://symfony.com/var-dumper
- Size: 2.48 MB
- Stars: 7,433
- Watchers: 18
- Forks: 101
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-php - Symfony VarDumper - A variable dumper component. (Table of Contents / Debugging and Profiling)
- awesome-php-cn - Symfony VarDumper - 一个变量翻车机组件. (目录 / 调试和性能分析 Debugging and Profiling)
- awesome-projects - Symfony VarDumper - A variable dumper component. (PHP / Debugging and Profiling)
- awesome-php - Symfony VarDumper - A variable dumper component. (Table of Contents / Debugging and Profiling)
README
VarDumper Component
===================The VarDumper component provides mechanisms for walking through any arbitrary
PHP variable. It provides a better `dump()` function that you can use instead
of `var_dump()`.Resources
---------* [Documentation](https://symfony.com/doc/current/components/var_dumper/introduction.html)
* [Contributing](https://symfony.com/doc/current/contributing/index.html)
* [Report issues](https://github.com/symfony/symfony/issues) and
[send Pull Requests](https://github.com/symfony/symfony/pulls)
in the [main Symfony repository](https://github.com/symfony/symfony)