Skip to content

quilime/filebrowser

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

File/Folder Listing Scripts

These scripts offer some handy features for browsing files/folders on a webserver.

Check the examples/ folder for ideas for how to use.

DirectoryLister

A fancy index script for browsing folders.

  • Tested with PHP 7.2.30 and 7.4.6
  • Classical text-only view with HTML table
  • Sortable by columns
  • Single file for easy including
  • Easy to customize
  • BSD license

Options:

  • Ignore Dotfiles (hidden files)
  • Date Format for file mod fime
  • Show Line Numbers
  • Sort folders seperately
  • Calculate folder sizes
  • Show file sizes
  • Show file type (based on extension)
  • Show file modified date
  • Natural sort file tree (ignore case)
  • File and Folder Excludes

MediaBrowser

A index script that generates thumbnail gallery for images and displays READMEs. This is an experiment and WIP.

  • Tested with PHP 7.2.30
  • Generate thumbs and create gallery for images
  • Preview audio files
  • Single file for easy including
  • Easy to customize
  • Display 'README' if present
  • BSD license

About

A few handy PHP scripts for listing files and navigating folders in a web directory

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published