getAttribute('attribute'); $attribute[] = 'Second before'; $response = $handler->handle($request->withAttribute('attribute', $attribute)); $response->getBody()->write('Second after, '); return $response; } }