plivo-php icon indicating copy to clipboard operation
plivo-php copied to clipboard

Plivo PHP Helper Library

Results 50 plivo-php issues
Sort by recently updated
recently updated
newest added

The PHPDoc for the `RestClient` class had some typos in its `@property` declarations, with several missing an `s` at the end and one using the wrong capitalization. For example, `messages`...

Removed start recording and stop recording announcements on MPC and aded SDk Versioning

Make use of autoload-dev to avoid having tests autoloaded in production environments.

Refer #135 PR contains fix for application listing API error.

changed the `create ()` function prototype to accept only 2 params `dst` and `args[]` - `dst` - can either be of the type : `string` or `array` - `args[]` -...

This PR (https://github.com/plivo/plivo-php/pull/99/files) which should just have added some documentation examples, removed throwing an exception if the request was not ok. I do not think this was on purpose but...