Using whatsapp-api-sdk-php with whapi.com

PHP integration

✓ Official SDK
Install
composer require whatsapp-api-sdk-php
Retrieves a list of countries and its currencies.
curl \
  -H "apiKey: $API_KEY" \
  /countries/
Retreives the list of currencies.
curl \
  -H "apiKey: $API_KEY" \
  /currencies/
Retrieves a list of addresses when supplied with a house number or name and a…
curl \
  -H "apiKey: $API_KEY" \
  /address/lookup/
SDK on GitHub 📄 API Docs
SDK
whatsapp-api-sdk-php
PHP
API
whapi.com
whapi.com:locations
At a glance
Language PHP
Endpoints5
✓ Official