On making stuff with code. And making code to do stuff.

,

Goodbye controllers, hello request handlers

Request handlers are a different, simpler way to structure a PHP app leveraging the __invoke() magic method to create truly single-responsibility classes.