PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Joshua McKenzie   PHP Filesystem Helper Library   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Filesystem Helper Library
Manipulate and search files and directories
Author: By
Last change: stable
Date: 8 years ago
Size: 519 bytes
 

Contents

Class file image Download
{ "name": "iautomation/filesystem-helper", "description": "", "keywords": ["php", "filesystem", "recursion", "file", "folder", "create", "remove"], "type": "library", "require": { }, "license": "MIT", "authors": [ { "name": "Joshua McKenzie", "email": "whereyoucanemailme@gmail.com" } ], "minimum-stability": "stable", "autoload": { "psr-0": { "FilesystemHelper\\": "src/" } }, "version": "1.0.0" }