Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jandc/simple-filemanager

Simple web based file manager. Build with PHP and JavaScript.
https://github.com/jandc/simple-filemanager

filemanager php

Last synced: 19 days ago
JSON representation

Simple web based file manager. Build with PHP and JavaScript.

Awesome Lists containing this project

README

        

# Simple file manager

Basic file manager which exposes common file operations.
It combines elements of the symfony filesystem and finder components.

Following operations/features are exposed:

- Directory and files listings
- Navigation (breadcrumbs, upper directory, subdirs)
- Copying files and directories
- Renaming files and directories
- Which includes moving them
- Removing files and directories
- Opening files
- Uploading files

Please refer to the sample silex implementation to guide you to your own (web based) implementation.