Services_Twilio

class Services_Twilio
__construct($sid, $token)

Create a new Services_Twilio REST client

Parameters:
  • $sid (string) – Twilio Account SID
  • $token (string) – Twilio Account auth token
  • $version (string) – Twilio API version string (should be 2008-08-01 or 2010-04-01)
  • $_http (Services_Twilio_TinyHttp) – A Services_Twilio_TinyHttp client.
property account

A Services_Twilio_Rest_Account instance for the given account SID

property accounts

A Services_Twilio_Rest_Accounts instance

Related Topics

This Page

Fork me on GitHub