shyim / var-dumper
Symfony mechanism for exploring and dumping PHP variables
Installs: 75 730
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 94
Open Issues: 0
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
Conflicts
- phpunit/phpunit: <4.8.35|<5.4.3,>=5.0
Replaces
- symfony/var-dumper: 4.*