SMS and PHP... and Google Voice?
Asked Answered
A

2

3

I've been searching for a few hours on the best way to add sms notifications and reception to my PHP website. It seems that it's easy to send texts (to an email forward to a phone), but hard to receive them without an SMS gateway. Clickatell was recommended a lot.

But: I stumbled across a few article recommending Google Voice as a channel to send and receive SMS. (Here's one post: http://sudocode.net/article/190/receiving-incoming-smstext-messages-from-google-voice-in-php/)

Is there any reason I shouldn't/can't use a Google Voice number (and PHP) to handle my sms outbound and inbound messages?

Ariew answered 9/11, 2010 at 8:38 Comment(1)
For anyone looking, the link is now codecri.me/case/190/…Serrato
W
2

I would check the Google Voice terms of service. If this is a commercial venture, I believe that's prohibited. Also since there is no official API, things could change at any time and break your app.

If you need reliable incoming or outgoing SMS there is no substitute for a gateway. I would recommend one, but I am not an impartial observer (see profile).

Whilom answered 9/11, 2010 at 8:58 Comment(0)
S
0

There is no official PHP API for Google Voice, however I used GVmax along with this PHP-SDK to create a website called Memebro.

Strengthen answered 22/5, 2013 at 3:25 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.