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
- 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: 2022-04-06T14:30:40.000Z (over 3 years ago)
- Last Synced: 2024-12-31T02:13:19.733Z (10 months ago)
- Topics: data-structures, filestorage, filesystem, filesystem-library, php, php-library, php7, php8
- Language: PHP
- Homepage:
- Size: 48.8 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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