raulfraile / ladybug
Simple and Extensible PHP Dumper
Installs: 1 147 553
Dependents: 37
Suggesters: 1
Security: 0
Stars: 447
Watchers: 19
Forks: 52
Open Issues: 18
Requires
- php: >=5.3.9
- ptachoire/cssembed: v1.0.2
- raulfraile/ladybug-plugin-extra: ~1.0.0
- raulfraile/ladybug-theme-modern: >=1.0.7,<2.0
- symfony/config: >=2.0
- symfony/console: >=2.0
- symfony/dependency-injection: >=2.0
- symfony/finder: >=2.0
- twig/twig: >=1.7.0
Requires (Dev)
- jms/serializer: >=0.11.0
- mockery/mockery: 0.9.1
- phpdocumentor/reflection-docblock: 2.0.0
- phpunit/phpunit: ~4.0
- symfony/dom-crawler: >=2.0.4
Suggests
- jms/serializer: Required to serialize data to XML and JSON
- phpdocumentor/reflection-docblock: Required to display object methods description
- symfony/yaml: Required to serialize data to YAML format
This package is not auto-updated.
Last update: 2022-02-01 12:20:02 UTC
README
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
Support for other libraries/frameworks
- Symfony 2.x: LadybugBundle.
- Drupal 7x & 8.x: Ladybug module.
Credits
- Raul Fraile (@raulfraile)
- All contributors
License
Ladybug is released under the MIT License. See the bundled LICENSE file for details.