Skip to content

tjlytle/Twilio-ZendFramework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Twilio Client for Zend Framework


Zend Framework based client for the Twilio API. Still in the first stages of development. Expect things to change. The example code should remain relatively stable, but there are no guarantees.

Status


Currently all Sid based resources (all but AvailablePhoneNumbers/Sandbox) can be accessed using the client. Resource Lists cannot be filtered, existing resources cannot be updated, and new resources cannot be added.

Example


There are more complete examples in the examples directory, but the basic usage is:

//setup client
$twilio = new Twilio_Client(ACCOUNT_SID, ACCOUNT_TOKEN);

//get account information
echo 'Account: ' . $twilio->accounts->account(ACCOUNT_SID)->friendlyName;

//get call
$call = $twilio->accounts->account()->calls->call(CALL_SID);

License


See LICENSE.

About

Twilio client library for the Zend Framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages