1. Go to this page and download the library: Download nguyenanhung/my-debug 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/ */
re __DIR__ . '/func.php';
use nguyenanhung\MyDebug\Manager\File;
$file = new File();
$file->setExclude(array('*.zip'));
$file->setInclude(array('*.log'));
$path = __DIR__ . '/../tmp';
$path = realpath($path);
__show__($file->directoryScanner($path));
re __DIR__ . '/func.php';
use nguyenanhung\MyDebug\Utils;
$utils = new Utils();
$str = 'Nguyễn An Hưng';
__show__($utils->getVersion());
__show__($utils::slugify($str));
Loading please wait ...
Before you can download the PHP files, the dependencies should be resolved. This can take some minutes. Please be patient.