Using vonage-php-nexmo-bridge with nexmo.com

PHP integration

✓ Official SDK
Install
composer require vonage-php-nexmo-bridge
Get details of your calls
curl \
  -H "Authorization: Bearer $API_KEY" \
  https://api.nexmo.com/v1/calls/
Get detail of a specific call
curl \
  -H "Authorization: Bearer $API_KEY" \
  https://api.nexmo.com/v1/calls/{uuid}
SDK on GitHub 📄 API Docs
SDK
vonage-php-nexmo-bridge
PHP
API
nexmo.com
nexmo.com:voice
At a glance
Language PHP
Endpoints9
Base URLhttps://api.nexmo.com/v1/calls
✓ Official