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

PHP integration

✓ Official SDK
Install
composer require vonage-php-nexmo-bridge
Retrieve audit events
curl \
  -u "$API_USER:$API_PASS" \
  https://api.nexmo.com/beta/audit/events
Retrieve individual audit event
curl \
  -u "$API_USER:$API_PASS" \
  https://api.nexmo.com/beta/audit/events/{id}
SDK on GitHub 📄 API Docs
SDK
vonage-php-nexmo-bridge
PHP
API
nexmo.com
nexmo.com:audit
At a glance
Language PHP
Endpoints2
Base URLhttps://api.nexmo.com/beta/audit
✓ Official