Skip to content

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(). [PHP 7.0 compatible]

License

Notifications You must be signed in to change notification settings

phplegacy/symfony-var-dumper

 
 

Repository files navigation

VarDumper Component

This version is compatible with php 7.0, no other changes were made.
Original package repository: symfony/var-dumper

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().

Installation

Require this package with composer using the following command:

composer require phplegacy/symfony-var-dumper --dev

Resources


Latest Version on Packagist

About

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(). [PHP 7.0 compatible]

Resources

License

Stars

Watchers

Forks

Languages

  • PHP 98.9%
  • Other 1.1%