Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 days 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 (about 10 years ago)
- Default Branch: 7.1
- Last Pushed: 2024-10-27T15:25:12.000Z (about 2 months ago)
- Last Synced: 2024-10-29T19:15:11.357Z (about 1 month ago)
- Topics: component, debug, dump, php, symfony, symfony-component
- Language: PHP
- Homepage: https://symfony.com/var-dumper
- Size: 2.29 MB
- Stars: 7,399
- Watchers: 19
- Forks: 103
- Open Issues: 3
-
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)