Request handlers are a different, simpler way to structure a PHP app leveraging the __invoke()
magic method to create truly single-responsibility classes.
On making stuff with code. And making code to do stuff.
Request handlers are a different, simpler way to structure a PHP app leveraging the __invoke()
magic method to create truly single-responsibility classes.