raulfraile/ladybug

This package is abandoned and no longer maintained. The author suggests using the symfony/var-dumper package instead.

Simple and Extensible PHP Dumper

Maintainers

👁 raulfraile

Package info

github.com/raulfraile/ladybug

pkg:composer/raulfraile/ladybug

Statistics

Installs: 1 163 679

Dependents: 37

Suggesters: 1

Stars: 447

Open Issues: 18

v1.0.13 2015-12-23 08:33 UTC

Suggests

Provides

None

Conflicts

None

Replaces

None

MIT 40a15f3d1c2644d7dcc3721c7609a32401494a9f

dumpladybugprint_rvar_dumpdumper


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.