phplegacy/symfony-var-dumper

Provides mechanisms for walking through any arbitrary PHP variable

v5.4.23 2023-05-16 12:47 UTC

This package is auto-updated.

Last update: 2024-04-16 17:32:43 UTC


README

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