Skip to content

paulsheldon/utrakModules

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 - paulsheldon1966@gmail.com

License

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

Acknowledgements

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages