A PHP website that helps you keep track of who did lend your books
 
 
 
 
 
 
Go to file
Daniel Koch de7f2db414 Make mysql on host usable in docker container 2021-03-31 21:46:29 +02:00
.github/workflows split github workflow 2021-02-18 01:53:42 +01:00
cache added templating 2021-01-25 03:38:57 +01:00
cli book handover experiments 2021-02-21 16:25:17 +01:00
config Make mysql on host usable in docker container 2021-03-31 21:46:29 +02:00
logs - Moved non factory logic into framework. 2021-02-01 05:35:58 +01:00
public book handover experiments 2021-02-21 16:25:17 +01:00
reports base structure & tools 2021-01-23 00:39:34 +01:00
src handover via events 2021-02-21 18:15:52 +01:00
templates implemented login events 2021-02-19 13:42:43 +01:00
tests Cleaned up docker ci 2021-03-31 20:57:50 +02:00
tools Added docker for local runtime 2021-03-23 15:29:02 +01:00
.gitignore Cleaned up docker ci 2021-03-31 20:57:50 +02:00
Dockerfile Cleaned up docker ci 2021-03-31 20:57:50 +02:00
LICENSE Initial commit 2021-01-18 17:42:36 +01:00
Makefile Make mysql on host usable in docker container 2021-03-31 21:46:29 +02:00
README.md added workflow links 2021-02-18 01:58:11 +01:00
SECURITY.md Create SECURITY.md 2021-02-24 00:54:49 +01:00
composer.json scetched out playpack of events 2021-02-20 22:42:22 +01:00
composer.lock Cleaned up docker ci 2021-03-31 20:57:50 +02:00

README.md

Actions Status Actions Status Actions Status Code Coverage

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