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

👁 shyim

Package info

github.com/shyim/var-dumper

Homepage

pkg:composer/shyim/var-dumper

Statistics

Installs: 87 548

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

1.0.4 2018-11-06 15:03 UTC

Requires

Requires (Dev)

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

Replaces

MIT a6898fc3ba71d1c8f3c02bfa78033037baa58f4f

debugdump

This package is auto-updated.

Last update: 2022-11-07 02:01:19 UTC


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.

Resources