Top "Twilio-php" questions

Use to identify questions related to use of, or problems with, Twilio's PHP Helper Library.

twilio catching error does not work

I am implementing twilio in my laravel 5 application. To use it in the framework I use aloha/laravel-twilio integration. Sending …

php laravel-5 try-catch twilio twilio-php
Class 'Twilio\Rest\Client' not found

I'm trying to use twilio php api . This is my code: <?php $sid = "xxxxxx"; $token = "xxxxxxx"; $phone=$_POST["phone"]; $…

php twilio-php
Is there a way to pass a custom parameter when make a call with Twilio?

I'm using Twilio PHP library but the question is actually language agnostic. I tried to do something like following: $client = …

twilio twilio-php