Simple files repository based on flat files for HTTP servers
Go to file
Eric Teunis de Boone 278c87b237 Setup Slim application in /demo 2024-01-08 01:30:44 +01:00
demo Setup Slim application in /demo 2024-01-08 01:30:44 +01:00
.gitignore Implement as Composer library 2024-01-08 00:58:23 +01:00
README.md Setup Slim application in /demo 2024-01-08 01:30:44 +01:00
composer.json Setup Slim application in /demo 2024-01-08 01:30:44 +01:00

README.md

hippopotato

Simple (local) filestorage based on PHP and flat files.

First iteration is only to server files. To be able to extend the functionality, these files will first be served from /f/.

The code should be written to be used as a PHP module, as well as, a separate site. The Slim provides for the latter in ./demo.

The visibility of files is toggled by a file in each directory -- .hippoacl, working somewhat like a .gitignore file. 1