jandc/simple-filemanager

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

2.0 2019-12-24 09:30 UTC

This package is auto-updated.

Last update: 2024-03-24 18:45:57 UTC


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.