Skip to content

Latest commit

 

History

History
51 lines (29 loc) · 1.34 KB

README.md

File metadata and controls

51 lines (29 loc) · 1.34 KB

utrakJson - JSON Debug Display

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 - [email protected]

License

utrakJson is licensed under the MIT License - see the LICENSE file for details

Acknowledgements