tylerhall / google-voice-dialer
- Source
- Commits
- Network (4)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
README.markdown | ||
| |
class.googlevoice.php | Wed Dec 23 00:11:43 -0800 2009 | |
| |
example.php | Fri Nov 20 20:36:44 -0800 2009 |
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.

