Simple files repository based on flat files for HTTP servers
demo | ||
.gitignore | ||
composer.json | ||
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