Search code examples
phpgoogle-voice

Reading Google Voice SMS Msgs using PHP


Is there anyway for me to read my SMS inbox in google voice using a PHP webserver call?


Solution

  • There are several wrappers for that,

    in java: http://code.google.com/p/google-voice-java/ (also ported to c#: http://code.google.com/p/sharp-voice/), in python: http://code.google.com/p/pygooglevoice/

    I suppose you could port one of those to PHP