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

PHP integration

✓ Official SDK
Install
composer require vonage-php-nexmo-bridge
List available applications
curl \
  -u "$API_USER:$API_PASS" \
  https://api.nexmo.com/v2/applications/
Get an application
curl \
  -u "$API_USER:$API_PASS" \
  https://api.nexmo.com/v2/applications/{id}
SDK on GitHub 📄 API Docs
SDK
vonage-php-nexmo-bridge
PHP
API
nexmo.com
nexmo.com:application.v2
At a glance
Language PHP
Endpoints5
Base URLhttps://api.nexmo.com/v2/applications
✓ Official