vuzonp/xtrace

Parse library of the Xdebug trace files.

dev-master 2018-02-02 09:41 UTC

This package is not auto-updated.

Last update: 2024-09-28 20:14:37 UTC


README

Parse library of the Xdebug trace files.

Example:

$xt = new Vuzonp\Xtrace\Document('my-file.xt');
$xtTree = $xt->getRoot();
//...

.