villermen / web-file-browser
Configurable web file browser for listing files, directories and webpages.
Package info
github.com/villermen/web-file-browser
Type:project
pkg:composer/villermen/web-file-browser
v6.2.0
2018-01-28 22:07 UTC
Requires
- php: >=7.0
- symfony/http-foundation: ^3.2
- symfony/yaml: ^3.2
- twig/twig: ^2.1
- villermen/data-handling: ^1.14
Requires (Dev)
- symfony/var-dumper: ^3.2
This package is auto-updated.
Last update: 2026-02-16 14:03:17 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.