https://github.com/overlu/var-dumper
https://github.com/overlu/var-dumper
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/overlu/var-dumper
- Owner: overlu
- License: mit
- Created: 2021-11-21T10:04:25.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-14T09:46:37.000Z (about 2 years ago)
- Last Synced: 2025-12-31T22:26:47.220Z (6 months ago)
- Language: PHP
- Size: 82 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
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)