villermen / web-file-browser
Configurable web file browser for listing files, directories and webpages.
Installs: 22
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 2
Open Issues: 1
Type:project
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: 2024-10-27 16:08:57 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
.