Download the PHP package mmucklo/krumo without Composer
On this page you can find all versions of the php package mmucklo/krumo. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mmucklo/krumo
More information about mmucklo/krumo
Files in mmucklo/krumo
Download mmucklo/krumo
More information about mmucklo/krumo
Files in mmucklo/krumo
Please rate this library. Is it a good library?
Informations about the package krumo
📰 Krumo
Krumo is a PHP debug printer and replacement for print_r() and var_dump().
📦 Installation:
Include the Krumo class file in your PHP project:
or
✨ Usage:
After Krumo is loaded you have access to the global Krumo functions: krumo(),
k(), and kd().
🧰 Options:
These options can be passed as the second argument to Krumo to alter behavior:
KRUMO_RETURN- return the Krumo output instead of printing itKRUMO_EXPAND_ALL- start Krumo with all nodes expandedKRUMO_SORT- sort arrays before displaying (note: overrides config)KRUMO_NO_SORT- do not sort arrays before displaying (note: overrides config)
🥽 Configuration:
Krumo will work without a configuration file. If you'd like to change the
default settings you can copy the krumo.sample.ini to krumo.ini and change
the file appropriately.
All versions of krumo with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0
The package mmucklo/krumo contains the following files
Loading the files please wait ...