utrak / modules
uTrak json php test module
dev-master
2019-02-17 13:59 UTC
Requires
- ext-json: *
This package is auto-updated.
Last update: 2025-05-08 07:05:09 UTC
README
utrakJson is a JSON debugger module to show debug information when a debug flag is set
Installation
Install the latest version with
$ composer require utrak/modules
Basic Usage
<?php use utrakmodules\utrakjson; // create a json $utrakJson = new utrakjson(); // add records to the log $utrakJson->setJsonData(JsonData); $utrakJson->displayJson();
Submitting bugs and feature requests
Bugs and feature request are tracked on GitHub
Author
Paul Sheldon - paulsheldon1966@gmail.com
License
utrakJson is licensed under the MIT License - see the LICENSE
file for details