Plivo PHP helper library with Composer support. Uses Guzzle as http client.
###Usage
Add adamh114/plivo-php
as a dependency in your project's composer.json
file:
{
"require": {
"adamh114/plivo-php": "dev-master"
}
}