Slim 3 is the successor to Slim 2, a micro framework for PHP.
I'm using Slim Framework 3 to create an API. The app structure is: MVCP (Model, View, Controller, Providers). Is it possible …