1. Go to this page and download the library: Download kktsvetkov/krumo library. Choose the download type require.
2. Extract the ZIP file and open the index.php.
3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
// print a debug backgrace
krumo::backtrace();
// print all the included(or // print all the declared classes
krumo::classes();
// print all the defined constants
krumo::defines();
$a = krumo::fetch($app, $env);
krumo::queue($request);
krumo::$skin = 'blue';
// set up using the "kaloyan.info" skin
krumo::$skin = 'kaloyan.info';
// set up using the "default" skin
krumo::$skin = 'default';
// set up using the "blue" skin
krumo::$skin = 'blue';
// set up using the "orange" skin
krumo::$skin = 'orange';
// set up using the "green" skin
krumo::$skin = 'green';
Loading please wait ...
Before you can download the PHP files, the dependencies should be resolved. This can take some minutes. Please be patient.