Skip to content
/ JBDump Public

Dump any PHP variables as HTML pretty print.

License

Notifications You must be signed in to change notification settings

JBZoo/JBDump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

044e1f9 · Mar 31, 2021

History

83 Commits
Mar 31, 2021
Sep 3, 2014
Sep 3, 2014
Sep 3, 2014
Apr 17, 2016
Aug 15, 2014
Aug 3, 2016
Sep 3, 2014
Jul 3, 2015
Mar 18, 2021
Mar 18, 2016
Sep 3, 2014
Sep 4, 2014
Sep 3, 2014
Sep 3, 2014
Sep 5, 2014

Repository files navigation

JBDump

Script for dumping PHP vars and other debugging. To put it simply, this tool is a perfectly replacement for print_r() and var_dump().

Output example

JBDump example#1 JBDump example#2

Install

Just include class.jbdump.php

You can see examples init:

php.ini .htaccess include

php.ini for windows

auto_prepend_file = Z:\home\adm\jbdump\class.jbdump.php

php.ini for unix-like

auto_prepend_file = /var/www/jdump/data/public_html/class.jbdump.php

.htaccess

php_value auto_prepend_file C:\OpenServer\domains\jbdump\class.jbdump.php

include

include './jbdump/class.jbdump.php';

Using

jbdump($myVar);

Live demo

http://jbdump.org/test/

Composer

composer require "jbzoo/jbdump:1.x-dev"