radutopala / plivo-php
Plivo PHP Helper Library with Composer Support
Installs: 223
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 1
Forks: 116
pkg:composer/radutopala/plivo-php
Requires
- guzzlehttp/guzzle: v3.8.1
This package is not auto-updated.
Last update: 2025-10-11 23:11:38 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