PHP Classes

File: apps/fileman/composer.json

Recommend this page to a friend!
  Classes of Mark Richards   CliqonV4   apps/fileman/composer.json   Download  
File: apps/fileman/composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: CliqonV4
Framework with modules to build Web applications
Author: By
Last change:
Date: 6 years ago
Size: 1,310 bytes
 

Contents

Class file image Download
{ "name": "studio-42/elfinder", "description": "File manager for web", "license": "BSD-3-Clause", "homepage": "http://elfinder.org", "authors": [ { "name": "Dmitry Levashov", "homepage": "http://std42.ru", "email": "dio@std42.ru" }, { "name": "Troex Nevelin", "homepage": "http://std42.ru", "email": "troex@fury.scancode.ru" }, { "name": "Naoki Sawada", "homepage": "http://xoops.hypweb.net", "email": "hypweb@gmail.com" }, { "name": "Community contributions", "homepage": "https://github.com/Studio-42/elFinder/contributors" } ], "require": { "php": ">=5.2" }, "suggest": { "dropbox-php/dropbox-php": "elFinder Volume driver `Dropbox` require `dropbox-php/dropbox-php`.", "pear/http_oauth": "dropbox-php require `pear/http_oauth` or `PHP OAuth extension`.", "barryvdh/elfinder-flysystem-driver": "VolumeDriver for elFinder to use Flysystem as a root.", "nao-pon/flysystem-google-drive": "require in GoogleDrive network volume mounting." }, "autoload": { "classmap": ["php"] } }