Registry / networking / vonage-client-core

vonage-client-core

JSON →
library4.13.0phppackagistunverified

PHP Client for using Vonage's API.

composer require vonage/client-core
INSTALL
IMPORT
SIG · VONAGE-CLIENT-CORE
V
vonage-client-core
networkingphpv4.13.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Client
use Vonage\Client;

Initialize the Vonage client and send an SMS.

use Vonage\Client; $client = new Client(new \Vonage\Client\Credentials\Basic('key', 'secret')); $response = $client->sms()->send(new \Vonage\SMS\Message\SMS('1234567890', 'Vonage', 'Hello!'));
Debug
Known issues
gotchaAPI key and secret must be kept secure; avoid hardcoding.
fix
Use environment variables or a secure vault.
affects: >=4.0.0
Upgrade
Version history
4.13.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
26 hits · last 30 days
node
22
Resources
vonage-client-core — pip install vonage-client-core · libregistry