Skip to content

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

License

Notifications You must be signed in to change notification settings

JanDC/simple-filemanager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.