Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jandc/simple-filemanager
- Owner: JanDC
- License: mit
- Created: 2016-10-07T08:09:15.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-12-24T09:32:20.000Z (about 5 years ago)
- Last Synced: 2024-12-09T10:53:38.964Z (about 1 month ago)
- Topics: filemanager, php
- Language: PHP
- Size: 23.4 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.