Skip to content

HTTPS clone URL

Subversion checkout URL

You can clone with HTTPS or Subversion.

Download ZIP

Initiates a call using Google Voice (at least until they offer an API)

branch: master

README.markdown

Google Voice Dialer

This is purely a stop-gap measure until they release a proper API.

Basic Usage

Dialing a number is simple

$gv = new GoogleVoice('<username>', '<password>');
$gv->call($your_phone_number, $their_phone_number);

Sending a text is easy

$gv->sms($sometext, $their_phone_number);

License

This code is released under the MIT Open Source License. Feel free to do whatever you want with it.

Something went wrong with that request. Please try again.