{ "name": "grandt/phpdebugtools", "type": "library", "description": "A few tools to help debug data.", "keywords": ["debug", "utilities"], "minimum-stability": "stable", "license": "LGPL-2.1", "version": "1.0.1", "authors": [ { "name": "A. Grandt", "email": "[email protected]", "homepage": "http://grandt.com", "role": "Developer" } ], "require": { "grandt/binstring": ">=1.0.0", "php": ">=5.3.0" }, "autoload": { "psr-4": { "grandt\\DebugTools\\": "src/DebugTools" } } }
info at phpclasses dot org