I recently used the Slim framework to create an API. I want to have things clear to me.
Slim
object?$app->run()
call the routing or the methods?Slim()
object $app?Thank you in advance.
The creator of the Slim Framework (Josh Lockhart) has a blog on the subject where he briefly explains some of the points you mention:
I personally learn by doing. There's a channel called, phpacademy on youtube where Alex and Co. have some great tutorials.