Which tool to use for sending SMS in laravel [closed]

2

    
asked by anonymous 22.01.2018 / 14:01

2 answers

3

Take a look at Twilio .

It has a lot of features aimed at mobile telephony, such as automatic messages, sms checks, automatic voice call etc ...

It is compatible with Phyton, Java, C #, Ruby, PHP and javascript, some famous companies like Coca Cola and Netflix use it.

    
22.01.2018 / 14:15
1

Colleague, you will have to find some company of SMS messaging (nexmo, zenvia, etc) and hire their service. In order to integrate with your system there will be full support from the company you hired (similar to checking out an e-commenrce). Because each API will be implemented in a different way.

    
22.01.2018 / 14:13