dokoagency/ladybug

Simple and Extensible PHP Dumper

This package's canonical repository appears to be gone and the package has been frozen as a result.

v1.0.18 2017-12-15 17:31 UTC

README

Build Status Latest Stable Version Total Downloads Latest Unstable Version

Scrutinizer Quality Score Code Coverage

Ladybug provides an easy and extensible var_dump / print_r replacement for PHP 5.3+ projects. Any PHP variable, object or resource can be dumped to beautiful representation:

<?php
$var = array(
    array(
        'name' => 'Raul',
        'age' => 29
    ),
    array(
        'name' => 'John',
        'age' => 27
    )
);

ladybug_dump($var)

array_modern.png

Documentation

  1. Examples.
  2. Usage.
  3. Installation.
  4. Extending.
  5. Reference.
  6. Tests.

Support for other libraries/frameworks

Credits

License

Ladybug is released under the MIT License. See the bundled LICENSE file for details.