StackPHP Explained

Hey there,

In broad strokes, an HTTPKernelInterface implementation is what a Middleware is in this case. So basically any class that respects the StackPHP “rules” (convention) - is a stackable middleware.

Thanks!