PHPackages                             synesisinc/tropo-webapi-php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. synesisinc/tropo-webapi-php

ActiveLibrary[API Development](/categories/api)

synesisinc/tropo-webapi-php
===========================

Breathing new life into the Tropo PHP Web API

0473PHP

Since Jun 8Pushed 9y ago3 watchersCompare

[ Source](https://github.com/synesisinc/tropo-webapi-php)[ Packagist](https://packagist.org/packages/synesisinc/tropo-webapi-php)[ RSS](/packages/synesisinc-tropo-webapi-php/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Overview
========

[](#overview)

TropoPHP is a set of PHP classes for working with [Tropo's cloud communication service](http://tropo.com/). 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.

Requirements
============

[](#requirements)

- PHP 5.3.0 or greater
- PHP Notices disabled (All error reporting disabled is recommended for production use)

Installation
============

[](#installation)

- Via [Composer](https://getcomposer.org/):

    - Stable: `composer require synesisinc/tropo-webapi-php`
    - Development: `composer require synesisinc/tropo-webapi-php 2.0.*@dev`
- Or, download/clone github project from:  and `require /path/to/tropo-webapi-php/autoload.php`

Usage
=====

[](#usage)

Answer the phone, say something, and hang up.

```
