trurlmcbyte/serpri

This package is abandoned and no longer maintained. No replacement package was suggested.

SERialized smart object pretty PRInt for php

v1.4.0-stable 2016-03-01 14:38 UTC

README

Build Status

Latest Stable Version Total Downloads Latest Unstable Version License

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

Usage

Simple way

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

"Hard" way

composer require trurlmcbyte/serpri

Documentation

Documentation