vonage-php-sdk-core
vonage-php-sdk-core copied to clipboard
Vonage REST API client for PHP. API support for SMS, Voice, Text-to-Speech, Numbers, Verify (2FA) and more.
## Description As described in the [documentation](https://developer.vonage.com/en/voice/voice-api/ncco-reference#record), the `record` action is asynchronous by default, unless it has `endOnSilence`, `timeOut` or `endOnKey` params. The current implementation of the `Record` action in...
## Expected Behavior I don't think you should be able to pass a caption for an audio message in WhatsApp. From looking at the docs, I get the impression that...
When will Vonage/vonage-laravel support laravel 11? Laravel 11 is released since March 12 Thought i post it here since Vonage/vonage-laravel repo seem to be ignored. thank you
## Expected Behavior Considering this is supposed to be a coveral API for sending all types of messages , it neglects to cover all the basics of sending MMS (multi-media-messages),...
## ni-token-success.json - JSON Web Token Violation detected in /test/NumberVerification/Fixtures/Responses/ni-token-success.json:[2-3] :page_with_curl: File Type: secrets :no_entry: Details - JSON Web Token
## Expected Behavior `Vonage\Voice\NCCO\NCCO` class should be able to correctly parse an NCCO array. ```php use Vonage\Voice\NCCO\NCCO; $ncco1 = new NCCO(); $ncco2 = new NCCO(); $ncco2->fromArray($ncco1->toArray()); ``` Should always work...
## gnp-token-success.json - Base64 High Entropy String Violation detected in /test/Client/Credentials/Handler/Fixtures/Responses/gnp-token-success.json:[4-5] :page_with_curl: File Type: secrets :no_entry: Details - Base64 High Entropy String
## Current Behavior Fatal error as follows: Vonage\Numbers\Filter\OwnedNumbers::setPattern(): Argument # 1 ($pattern) must be of type string, Vonage\Numbers\Filter\OwnedNumbers given, called in /var/www/site.com/dev/vendor/vonage/client-core/src/Numbers/Filter/OwnedNumbers.php on line 87 ## Steps to Reproduce (for...
Hi guys, thanks for an awesome SDK! I would like to ask if there's a method to list all existing request IDs (or the most recent requestId) based on the...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Repository problems Renovate tried to run on this repository, but found these problems....