taeon/php-object-explorer
Composer 安装命令:
composer require taeon/php-object-explorer
包简介
Interactive PHP object explorer
README 文档
README
An easier way to examine the properties of objects in PHP
Installation
Either download the ZIP file and include the autoloader.php file, or you can use composer:
composer require taeon/php-object-explorer
Usage
Pass the data that you want to explore into a new Explorer object, and then render the result:
$explorer = new \PHPObjectExplorer\Explorer($data); echo( $explorer->Render() );
...that's it.
The output is 'collapsed' by default. Click on any property to expand it.
统计信息
- 总下载量: 35
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-07-21