Tool generating html reports from humbug's json log.
Add it to your composer dependencies:
"require" : {
"letscodehu/humbughtml" : "^1.0"
}
Then run composer update
Or simply invoke
composer require "letscodehu/humbughtml@^1.0"
From command line:
./vendor/bin/humbughtml [--outdir=path/to/generated/html] [--logfile=path/to/humbuglog.json]
It defaults to humbuglog.json and the reports are generated to humbugreports by default.