tylerhall / google-voice-dialer
- Source
- Commits
- Network (4)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
7da663d
commit 7da663de97edc654ede2086beb672147c9755d6d
tree 622add4105651a9c459c603b1cae96824601f4ef
parent 7748959a3455c536f63638704ca0a428b3dec9c6
tree 622add4105651a9c459c603b1cae96824601f4ef
parent 7748959a3455c536f63638704ca0a428b3dec9c6
| name | age | message | |
|---|---|---|---|
| |
README.markdown | ||
| |
class.googlevoice.php | ||
| |
example.php |
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.

