I am looking for a PHP
script to send SMS
using API
‘s like Nexmo
/ Twillio
etc.
Is there any PHP
script that I use to send quick SMS
messages using Nexmo
API
?
I am looking for a PHP
script to send SMS
using API
‘s like Nexmo
/ Twillio
etc.
Is there any PHP
script that I use to send quick SMS
messages using Nexmo
API
?
3
Answers
Nexmo lists two PHP libraries on their Pre-Built Libraries page. Are neither of those suitable?
Direct links to the two libraries Nexmo recommends:
Disclaimer – I’ve never used either of those libs, so I can’t vouch for them.
I’ve used the Nexmo-PHP-Lib and was able to send an SMS to a mobile in Canada.
Here is how you can send an sms 🙂
API Documentation:
https://docs.nexmo.com/index.php/sms-api/send-message
https://nexmo.github.io/Quickstarts/sms/send/