Popularity
4.7
Stable
Activity
0.0
Stable
439
20
51

Description

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:

Code Quality Rank: L5
Programming language: PHP
License: MIT License
Tags: Miscellaneous     Var_dump     Dump     Ladybug     Print_r     Dumper    
Latest version: v1.0.13

LadyBug alternatives and similar libraries

Based on the "Miscellaneous" category.
Alternatively, view LadyBug alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of LadyBug or a related project?

Add another 'Miscellaneous' Library

README

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.


*Note that all licence references and agreements mentioned in the LadyBug README section above are relevant to that project's source code only.