https://github.com/matheusjohannaraujo/data-manager
DataManager is a PHP library developed to simplify file and directory manipulation, offering an intuitive class for common filesystem operations.
https://github.com/matheusjohannaraujo/data-manager
data-structures filestorage filesystem filesystem-library php php-library php7 php8
Last synced: 6 months ago
JSON representation
DataManager is a PHP library developed to simplify file and directory manipulation, offering an intuitive class for common filesystem operations.
- Host: GitHub
- URL: https://github.com/matheusjohannaraujo/data-manager
- Owner: matheusjohannaraujo
- License: mit
- Created: 2019-03-06T02:52:52.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-04-15T13:14:41.000Z (6 months ago)
- Last Synced: 2025-05-07T16:16:30.884Z (6 months ago)
- Topics: data-structures, filestorage, filesystem, filesystem-library, php, php-library, php7, php8
- Language: PHP
- Homepage:
- Size: 72.3 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DataManager
**DataManager** is a PHP library developed to simplify file and directory manipulation, offering an intuitive class for common filesystem operations.
## ๐ฆ Installation
You can install the library via [Packagist/Composer](https://packagist.org/packages/mjohann/data-manager):
```bash
composer require mjohann/data-manager
```## โ๏ธ Requirements
- PHP 7.0 or higher
## ๐ Features
- Create, read, update, and delete files
- Create and delete directories
- List files and directories
- Check for the existence of files or directories
- Read and write content to files
- Rename files and directories
- Get detailed information about files## ๐งช Usage Example
```php