PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Laudir Bispo   PHP File Folder   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP File Folder
Manipulate directories, files and their contents
Author: By
Last change: Update Bug Fix
Date: 5 years ago
Size: 533 bytes
 

Contents

Class file image Download
{ "name": "laudirbispo/filefolder", "description": "File and Folder handler classes.", "keywords": ["File", "Folder"], "type": "library", "version": "1.1.0", "license": "MIT", "authors": [ { "name": "Laudir Bispo", "email": "laudirbispo@outlook.com", "homepage": "https://www.facebook.com/laudirbispo" } ], "require": { "php": ">=7.0" }, "autoload": { "psr-4": {"laudirbispo\\FileAndFolder\\": "src/FileAndFolder"} } }