tylerhall / google-voice-dialer

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

This URL has Read+Write access

google-voice-dialer / README.markdown
100644 18 lines (11 sloc) 0.391 kb

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);

License

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