Skip to content

salodev/PHPObjectBrowser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 

Repository files navigation

PHPObjectBrowser

Inspect complex and reciprocal referred structure objects of a easy and visual way.

It was moved into my salodev repository See source code here

Example code of simple use.

<?php
use salodev\Debug\ObjectInspector;
session_start();
ObjectInspector::inspect($_SESSION);
die();

About

Inspect complex and reciprocal referred structure objects of a easy and visual way.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published