Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 781 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 781 Bytes

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