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

PHP integration

✓ Official SDK
Install
composer require vonage-php-nexmo-bridge
Tell Nexmo if your SMS message was successful
curl \
  # append ?api_key=$API_KEY to the URL \
  https://api.nexmo.com/conversions/sms
Tell Nexmo if your voice call was successful
curl \
  # append ?api_key=$API_KEY to the URL \
  https://api.nexmo.com/conversions/voice
SDK on GitHub 📄 API Docs
SDK
vonage-php-nexmo-bridge
PHP
API
nexmo.com
nexmo.com:conversion
At a glance
Language PHP
Endpoints2
Base URLhttps://api.nexmo.com/conversions
✓ Official