radutopala / plivo-php
Plivo PHP Helper Library with Composer Support
dev-master
2015-03-10 21:03 UTC
Requires
- guzzlehttp/guzzle: v3.8.1
This package is not auto-updated.
Last update: 2024-10-26 18:28:02 UTC
README
Plivo PHP helper library with Composer support. Uses Guzzle as http client.
###Usage
Add plivo/plivo-php
as a dependency in your project's composer.json
file:
{
"require": {
"plivo/plivo-php": "dev-master"
}
}
See the original repo at https://github.com/plivo/plivo-php