Vonage / vonage-php-code-snippets

PHP code examples for using Vonage APIs
MIT License
29 stars 55 forks source link

Vonage instead of Nexmo should be used #71

Closed ahmad-511 closed 2 years ago

ahmad-511 commented 2 years ago

In Vonage / vonage-php-code-snippets, Nexmo is used to instantiate a signature

https://github.com/Vonage/vonage-php-code-snippets/blob/f577cb31b41ba4128cef153b315132febfd3125d/sms/verify-signed-sms.php#L9

$signature = new Nexmo\Client\Signature should be $signature = new Vonage\Client\Signature

SecondeJK commented 2 years ago

Oof, good catch. I'll get this into the PR I'm about to put out.