Skip to content

AntonioCarioca/PHP-FileTool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHPFileTool

Library containing the main functions of the PHP file system.

Manipulating files and directories, how to create directories, create files, sanitize directory and file names, among other features related to the file system.

Static Badge Packagist Version GitHub Release GitHub repo size GitHub License


Installation

PHPFileTool is available via Composer:

composer require phpfiletool/filetool

Overview

require vendor/autoload.php;

use PHPFileTool\FileTool\FileTool;

// Create a new file
FileTool::createFile(dir:'test', file:'text.txt');

Documentation

Full documentation can be found at xxzeroxx.serv00.net

Contributing

Please see CONTRIBUTING for details.

License

The GPL-3.0 license (GNU). Please see License File for more information.

About

Library containing the main functions of the PHP file system.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages