raulfraile/ladybug
最新稳定版本:v1.0.13
Composer 安装命令:
composer require raulfraile/ladybug
包简介
Simple and Extensible PHP Dumper
README 文档
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.
统计信息
- 总下载量: 1.16M
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 458
- 点击次数: 1
- 依赖项目数: 37
- 推荐数: 1
其他信息
- 授权协议: MIT
- 更新时间: 2011-11-28
