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.