How to use Restful Controller on Slim 3

I don’t know if it’ll be usefull for you, but if you want to know how to pass the Request, Response Objects to your own Controller Class instead of the Method, this post Here will be usefull to you.

Its tricky and not out of the box but in my case I found it usefull and as I can see you are looking for more customization and control.