jandc / simple-filemanager
Simple web based file manager. Build with PHP and JavaScript.
Installs: 1 194
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 5
Forks: 0
Open Issues: 0
Requires
- php: ~7.0
- ext-fileinfo: *
- symfony/filesystem: ~2.7|| ^3.0 || ^4.0
- symfony/finder: ~2.7 || ^3.0 || ^4.0
- symfony/http-foundation: ~2.7 || ^3.0 || ^4.0
Requires (Dev)
- twig/twig: ~1.26
README
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.