utrak/modules

uTrak json php test module

dev-master 2019-02-17 13:59 UTC

This package is auto-updated.

Last update: 2024-10-08 05:46:50 UTC


README

Latest Stable Version Total Downloads Latest Unstable Version License CodeFactor

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

Acknowledgements