infobip-api-php-tutorial icon indicating copy to clipboard operation
infobip-api-php-tutorial copied to clipboard

PHP tutorial for using Infobip's HTTP API for sending SMS messages.

Results 5 infobip-api-php-tutorial issues
Sort by recently updated
recently updated
newest added

on this line $smsResponse = $sendSmsApi->sendSmsMessage($request); blow error will come up {"status":"failed","message":"Since symfony\/serializer 6.3: \"Infobip\\EnumNormalizer\" should implement \"NormalizerInterface::getSupportedTypes(?string $format): array\".","referenceCode":"787aa99d934e316621e8"}

I keep sending sms using the API , and node js , axios to be precise and i keep getting the PENDING_ACCEPTED status code . But no sms is delivered...

Getting errors, so as novice, running on Windows 10 with PHP installed (php -v PHP 8.0.11 (cli)) and and composer installed (infobip\json-composer>composer -V, Composer version 2.1.9 2021-10-05 09:47:38) and json...

Thanks for the detailed documentation provided in this tutorial. I found it very easy understand and use. I have integrated successfully and I want further explanations on how to handle...