Skip to content
This repository has been archived by the owner on Dec 26, 2023. It is now read-only.

TrurlMcByte/serpri

Repository files navigation

serpri

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

About

SERialized smart object pretty PRInt for php

Resources

License

Stars

Watchers

Forks

Packages

No packages published