2017 © Pedro Peláez
 

library php-object-explorer

Interactive PHP object explorer

image

taeon/php-object-explorer

Interactive PHP object explorer

  • Saturday, July 29, 2017
  • by taeon
  • Repository
  • 0 Watchers
  • 0 Stars
  • 12 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 20 % Grown

The README.md

PHPObjectExplorer

An easier way to examine the properties of objects in PHP, (*1)

Installation

Either download the ZIP file and include the autoloader.php file, or you can use composer:, (*2)

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:, (*3)

$explorer = new \PHPObjectExplorer\Explorer($data);
echo( $explorer->Render() );

...that's it., (*4)

The output is 'collapsed' by default. Click on any property to expand it., (*5)

The Versions

29/07 2017

dev-master

9999999-dev https://github.com/Taeon/PHPObjectExplorer

Interactive PHP object explorer

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

debug php object var_dump explorer

29/07 2017

0.4

0.4.0.0 https://github.com/Taeon/PHPObjectExplorer

Interactive PHP object explorer

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

debug php object var_dump explorer

28/07 2017

0.3

0.3.0.0 https://github.com/Taeon/PHPObjectExplorer

Interactive PHP object explorer

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

debug php object var_dump explorer

21/07 2017

0.2

0.2.0.0 https://github.com/Taeon/PHPObjectExplorer

Interactive PHP object explorer

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

debug php object var_dump explorer

21/07 2017

0.1

0.1.0.0 https://github.com/Taeon/PHPObjectExplorer

Interactive PHP object explorer

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

debug php object var_dump explorer