villermen/web-file-browser

Configurable web file browser for listing files, directories and webpages.

Installs: 24

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 2

Open Issues: 1

Type:project

pkg:composer/villermen/web-file-browser

v6.2.0 2018-01-28 22:07 UTC

This package is auto-updated.

Last update: 2025-09-27 18:00:15 UTC


README

A flexible PHP web browser I created for my own website (live example).

Features

  • Displaying of directories, files and webpages (directories with an index file).
  • Downloading of ZIP archives of all visible files in a directory, generating and caching the archives on-demand.
  • Completely configurable through a single YAML configuration file (example).

Installation

To install, run composer create-project villermen/web-file-browser --no-dev. Symlink any web accessible directory to the project's public directory. Edit config/config.yml to adjust the browser's behavior to your needs.

If symlinking is unavailable you can copy the public directory and edit the path in public/index.php to point to the right autoload.php.