Module Resolver for Slim 4 modular architecture

Trying not to complain too much for some overflow of spare time, I decided to play a bit with some issue I had some time ago. It’s about modular architecture integration within Slim 4. I made some handy even trival tool (I suppose :wink: ) to separate the load of settings, routes, dependencies etc. depending on the module related to a route. Please follow the link:

Module Resolver

I am very curious of any opinion or remark of yours.