PHPackages                             mjohann/data-manager - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [File &amp; Storage](/categories/file-storage)
4. /
5. mjohann/data-manager

ActiveLibrary[File &amp; Storage](/categories/file-storage)

mjohann/data-manager
====================

DataManager is a PHP library developed to simplify file and directory manipulation, offering an intuitive class for common filesystem operations.

v1.0.0(1y ago)116MITPHPPHP ^7.0|^8.0

Since Apr 14Pushed 1y agoCompare

[ Source](https://github.com/matheusjohannaraujo/data-manager)[ Packagist](https://packagist.org/packages/mjohann/data-manager)[ RSS](/packages/mjohann-data-manager/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

DataManager
===========

[](#datamanager)

**DataManager** is a PHP library developed to simplify file and directory manipulation, offering an intuitive class for common filesystem operations.

📦 Installation
--------------

[](#-installation)

You can install the library via [Packagist/Composer](https://packagist.org/packages/mjohann/data-manager):

```
composer require mjohann/data-manager
```

⚙️ Requirements
---------------

[](#️-requirements)

- PHP 7.0 or higher

🚀 Features
----------

[](#-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
---------------

[](#-usage-example)

```
