phpfiletool / filetool
Library containing the main functions of the PHP file system.
v1.0.0
2024-03-02 01:52 UTC
Requires
- php: ^8.0
This package is auto-updated.
Last update: 2024-10-31 00:34:13 UTC
README
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.
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.