An open API service indexing awesome lists of open source software.

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.

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