tylerhall / google-voice-dialer
- Source
- Commits
- Network (4)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
7da663d
google-voice-dialer / 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);
License
This code is released under the MIT Open Source License. Feel free to do whatever you want with it.
