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

PHP integration

✓ Official SDK
Install
composer require vonage-php-nexmo-bridge
Search available numbers
curl \
  # append ?api_key=$API_KEY to the URL \
  https://rest.nexmo.com/number/search
List the numbers you own
curl \
  # append ?api_key=$API_KEY to the URL \
  https://rest.nexmo.com/account/numbers
SDK on GitHub 📄 API Docs
SDK
vonage-php-nexmo-bridge
PHP
API
nexmo.com
nexmo.com:numbers
At a glance
Language PHP
Endpoints5
Base URLhttps://rest.nexmo.com
✓ Official