Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/antoniocarioca/php-filetool
Library containing the main functions of the PHP file system.
https://github.com/antoniocarioca/php-filetool
packagist php php-library
Last synced: about 2 months ago
JSON representation
Library containing the main functions of the PHP file system.
- Host: GitHub
- URL: https://github.com/antoniocarioca/php-filetool
- Owner: AntonioCarioca
- License: gpl-3.0
- Created: 2023-12-27T19:02:37.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-03-02T02:04:36.000Z (10 months ago)
- Last Synced: 2024-06-03T20:39:40.944Z (7 months ago)
- Topics: packagist, php, php-library
- Language: PHP
- Homepage: https://xxzeroxx.serv00.net/
- Size: 46.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
## 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](https://img.shields.io/badge/XxZeroxX-FFEF00?style=for-the-badge&label=Author&labelColor=485460)
![Packagist Version](https://img.shields.io/packagist/v/phpfiletool/filetool?server=https%3A%2F%2Fpackagist.org&style=for-the-badge&logo=packagist&logoColor=white&labelColor=485460&color=484C89)
![GitHub Release](https://img.shields.io/github/v/release/AntonioCarioca/PHP-FileTool?style=for-the-badge&label=RELEASE&labelColor=485460&color=484C89)
![GitHub repo size](https://img.shields.io/github/repo-size/AntonioCarioca/PHP-FileTool?style=for-the-badge&labelColor=485460&color=484C89)
![GitHub License](https://img.shields.io/github/license/AntonioCarioca/PHP-FileTool?style=for-the-badge&labelColor=485460&color=484C89)---
## Installation
PHPFileTool is available via Composer:
```composer
composer require phpfiletool/filetool
```## Overview
```php
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](https://xxzeroxx.serv00.net/)## Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
## License
The GPL-3.0 license (GNU). Please see [License File](LICENSE) for more information.