Hi,
Just a post concerning the sending of SMS from Php Script.
In order to send a SMS (texto) via PHP, it is necessary to use an API allowing to request with a SMS gateway, which is the interface between Internet and GSM mobile network.
How it works ?
Some gateway work easly via sending of emails with an address like 06xxxxxxxx@orange.fr (number@operator). Then, the gateway will then connect to an SMSC (Short Message Service Center) which will Transmit the SMS on the mobile telephone network.
Price?
The SMS sending is not free, the SMS gateway providers charge a few cents per SMS sent.
Some resources concerning the SMS gateway :
- Ozekisms : http://www.ozekisms.com
- SMSFactor : https://www.smsfactor.com/
- Clever : http://www.clever.fr/solutions-sms/
- OVH : approximately 10 c/sms : API REST and SOAP
http://guides.ovh.com/TelSmsUserSend
https://www.ovh.com/fr/g1639.envoyer_des_sms_avec_lapi_ovh_en_php
http://guides.ovh.com/TelSmsUserSend
https://www.ovh.com/fr/g2169.faq_sms
https://www.jeedom.com/forum/viewtopic.php?t=26476 - SMSFactor : approximately 6c-8c/sms
https://www.smsfactor.com/
https://www.smsfactor.com/api-sms/?gclid=CK-PqInu7NUCFYY4Gwod1pABaQ - SMSEnvoi : PHP API : approximately 7c-12c/sms
https://www.smsenvoi.com/api-sms/librairie-php/tutoriel-comment-envoyer-des-sms-en-php/ - Esendex : PHP API : 9c/sms
https://www.esendex.fr/presentation/sms-php
You can also create your own SMS server using SMSlib (available in Java and .NET) or Kannel.
That’s all!!!
Huseyin OZVEREN