https://github.com/eridal/web-seed
After writing the same glue-code for a couple of webapps I decided to put all that into a simple project that I can later use as a `seed`. It's based mostly on my common needs, but I hardly think they are too specific -- yes, it's an opinionated project.
This is my attempt to create a baseline for small webapps that quickly bundle the common ecosystem tools available. I've been digging the web for some related projects and it's sort of a compendium of tools. My idea was to reduce the code needed to it's minimum, keeping it as much declarative as possible.
It was baked using modern tools such as: Composer, Slim, PhpUnit, Leesc, Mustache.php
Althoug it's a work-in-progress, I would love to get some feedback.