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();