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

PHP integration

✓ Official SDK
Install
composer require vonage-php-nexmo-bridge
List reports
curl \
  -u "$API_USER:$API_PASS" \
  https://api.nexmo.com/v2/reports
Load records synchronously
curl \
  -u "$API_USER:$API_PASS" \
  https://api.nexmo.com/v2/reports/records
Get report data
curl \
  -u "$API_USER:$API_PASS" \
  https://api.nexmo.com/v3/media/{file_id}
SDK on GitHub 📄 API Docs
SDK
vonage-php-nexmo-bridge
PHP
API
nexmo.com
nexmo.com:reports
At a glance
Language PHP
Endpoints6
Base URLhttps://api.nexmo.com
✓ Official