Manipulating files and directories, how to create directories, create files, sanitize directory and file names, among other features related to the file system.
PHPFileTool is available via Composer:
composer require phpfiletool/filetool
require vendor/autoload.php;
use PHPFileTool\FileTool\FileTool;
// Create a new file
FileTool::createFile(dir:'test', file:'text.txt');
Full documentation can be found at xxzeroxx.serv00.net
Please see CONTRIBUTING for details.
The GPL-3.0 license (GNU). Please see License File for more information.