<?php require_once './vendor/autoload.php'; use TwilioTwiMLVoiceResponse; $response = new VoiceResponse(); $response->gather(); echo $response;