SERialized smart object pretty PRInt for php.
Usefull to compact print crosslinked and recursive objects. In HTML mode also creating links between recusive and referal objects. May show raw serialized data without original clases. Low memory consumption in file mode with large files (mostly used stream get|print). Fast (and bit furious). No any composers or waving a dead chicken required
Download this class
wget https://raw.githubusercontent.com/TrurlMcByte/serpri/master/serpri.php
And just include_once 'serpri.php';
Calls examples:
(new \serpri($SomeSmartObject))->process(2);
$p=new \serpri('file_with_serialized.dump'); $p->process(2);
composer require trurlmcbyte/serpri