raulfraile / ladybug

PHP 5.3+ Extensible Dumper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

PHP 5.3+ Extensible Dumper

License:MIT License


Languages

Language:PHP 84.3%Language:HTML 15.2%Language:CSS 0.5%