utrak / modules
uTrak json php test module
Installs: 17
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/utrak/modules
Requires
- ext-json: *
This package is auto-updated.
Last update: 2025-11-08 08:14:15 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