DEV Community

Discussion on: My PHP Toolkit to Build a (quite) Frameworkless App

Collapse
 
hsemix profile image
Hamid Semix

You could install a DI container and do something like this

 $app->get('/books', 'BookController@getBooks');