Skip to content

akalsey/TropoPHP

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

TropoPHP is a set of PHP classes for working with Tropo's cloud communication service. Tropo allows a developer to create applications that run over the phone, IM, SMS, and Twitter using web technologies. This library communicates with Tropo over JSON.

Usage

Say('Yes, Tropo is this easy.'); // Render the JSON back to Tropo. $tropo->RenderJSON(); ?> ask('What is your favorite programming language?', array( 'choices'=>'PHP, Ruby(Ruby, Rails, Ruby on Rails), Python, Java(Groovy, Java), Perl', 'event'=> array( 'nomatch' => 'Never heard of it.', 'timeout' => 'Speak up!', ) )); // Tell Tropo how to continue if a successful choice was made $tropo->on(array('event' => 'continue', 'say'=> 'Fantastic! I love that, too!')); // Render the JSON back to Tropo $tropo->renderJSON(); ?>

About

A set of PHP classes for working with the Voxeo Tropo WebAPI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%