<?php

header("Content-type: text/xml");


require_once 'vendor/autoload.php';


use Twilio\TwiML\MessagingResponse;
header("Content-type: text/xml");
<Response>
<Say voice="alice">Thanks for trying our documentation. Enjoy!</Say>
<Play>http://demo.twilio.com/docs/classic.mp3</Play>
</Response>

?>