jandc/simple-filemanager

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

Maintainers

Package info

github.com/JanDC/simple-filemanager

pkg:composer/jandc/simple-filemanager

Statistics

Installs: 1 215

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

2.0 2019-12-24 09:30 UTC

This package is auto-updated.

Last update: 2026-02-24 23:13:32 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.