Skip to content

Instantly share code, notes, and snippets.

View guiwoda's full-sized avatar

Guido Contreras Woda guiwoda

View GitHub Profile
<?php
namespace Acme;
use Symfony\Component\HttpKernel\HTTPKernelInterface;
use Psr\Http\Message\RequestInterface;
class MyMiddleware implements HTTPKernelInterface {
private $kernel;