maybe you can consider twillio? I have had good experiences with them in the past, integration with laravel is quite easy (there are several packages you can use)
SMS Api
In a project I need to insert SMS notifications for some important events (some products expires). I'm using Laravel notification system to send the related email so sending the text message is quite easy.
I know Laravel support Nexmo out of the box but I don't get how Nexmo pricing works. There's a price per message (€0.0688 in Italy), plus a price per month for the messaging number (100€) which is higher than what my client can pay. I need to send about 40-50 messages per month and they don't need to receive any, right now they are sending them manually with a mobile phone, so it doesn't justify 100€/month for the service.
Am I getting the nexmo price wrong? Are there other services you've used to send sms?
Please or to participate in this conversation.