jandc/simple-filemanager

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

Installs: 1 215

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 4

Forks: 0

Open Issues: 0

pkg:composer/jandc/simple-filemanager

2.0 2019-12-24 09:30 UTC

This package is auto-updated.

Last update: 2025-09-24 22:20:26 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.