Using smsw-php-sdk with thesmsworks.co.uk

PHP integration

✓ Official SDK
Install
composer require smsw-php-sdk
Returns the customer ID to the caller
curl \
  -H "Authorization: $API_KEY" \
  /utils/test
Retrieve all messages in a batch with the given batch ID
curl \
  -H "Authorization: $API_KEY" \
  /batch/{batchid}
Returns the number of credits currently available on the account
curl \
  -H "Authorization: $API_KEY" \
  /credits/balance
SDK on GitHub 📄 API Docs
SDK
smsw-php-sdk
PHP
API
thesmsworks.co.uk
thesmsworks.co.uk
At a glance
Language PHP
Endpoints18
✓ Official