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

https://github.com/matheusjohannaraujo/data_manager

Gerencie seus arquivos e pastas de maneira simples - PHP
https://github.com/matheusjohannaraujo/data_manager

data-structures filestorage filesystem filesystem-library php php-library php7 php8

Last synced: 8 months ago
JSON representation

Gerencie seus arquivos e pastas de maneira simples - PHP

Awesome Lists containing this project

README

          

# [DataManager](https://github.com/matheusjohannaraujo/data_manager)

```php
const DEVELOPER_INFO = [
"autor" => "Matheus Johann Araújo",
"country" => "Brasil",
"state" => "Pernambuco",
"date" => "2022-04-06"
];
```

### A biblioteca DataManager foi construída em PHP para manipular arquivos e pastas de maneira simples e rápida.

#### Compatível com PHP 7 e versões superiores