shyim/var-dumper
This package is abandoned and no longer maintained.
No replacement package was suggested.
Symfony mechanism for exploring and dumping PHP variables
Maintainers
1.0.4
2018-11-06 15:03 UTC
Requires
- php: ^5.5.9|>=7.0.8
- symfony/polyfill-mbstring: ~1.0
- symfony/polyfill-php72: ~1.5
Requires (Dev)
- ext-iconv: *
- symfony/process: ~3.4|~4.0
- twig/twig: ~1.34|~2.4
Suggests
- ext-iconv: To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).
- ext-intl: To show region name in time zone dump
- symfony/console: To use the ServerDumpCommand and/or the bin/var-dump-server script
Provides
None
Conflicts
- phpunit/phpunit: <4.8.35|<5.4.3,>=5.0
Replaces
- symfony/var-dumper: 4.*
MIT a6898fc3ba71d1c8f3c02bfa78033037baa58f4f
- Nicolas Grekas <p.woop@tchwork.com>
- Symfony Community
README
Patched to run with PHP 5.6 and Symfony 2.8
The VarDumper component provides mechanisms for walking through any arbitrary
PHP variable. Built on top, it provides a better dump() function that you
can use instead of var_dump.
