|
||
---|---|---|
.github/workflows | ||
cache | ||
cli | ||
config | ||
logs | ||
public | ||
reports | ||
src | ||
templates | ||
tests | ||
tools | ||
.gitignore | ||
Dockerfile | ||
LICENSE | ||
Makefile | ||
README.md | ||
SECURITY.md | ||
composer.json | ||
composer.lock |
README.md
introduction
A PHP app that can track items like books within a group of users and manages their locations and handover requests
software design
Minimal dependencies, i used slim for routing, twig for the templates, test tools as phar
PHP modules
- PHP >= 8.0
- ext-xdebug (dev)
- ext-simplexml (dev)
install
make install
usage
make help
todo
- well, write the thing i guess