Skip to content

raulfraile/ladybug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

40a15f3 · Dec 23, 2015
Oct 13, 2014
Dec 17, 2013
Dec 23, 2015
Dec 8, 2015
Aug 23, 2013
Dec 8, 2015
Jun 28, 2012
Jul 20, 2013
Aug 21, 2014
Aug 20, 2014
Aug 23, 2014
Sep 9, 2013

Repository files navigation

Ladybug: PHP 5.3+ Extensible Dumper

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)

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.