Skip to content

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

Notifications You must be signed in to change notification settings

xuanbao2008/google-voice-dialer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published