Git-Host / phpgooglevoice

Automatically exported from code.google.com/p/phpgooglevoice
0 stars 0 forks source link

Update for 0.2 #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I added phone call support and rearranged the code to get phone/sms a bit more 
DRY.

Original issue reported on code.google.com by daar...@gmail.com on 19 Sep 2011 at 9:43

Attachments:

GoogleCodeExporter commented 9 years ago
Usage of phone would look like:

$gv = new GoogleVoice('myemail@gmail.com', 'secret');
$gv->phone('7145551212','7145564567');

Original comment by daar...@gmail.com on 19 Sep 2011 at 9:45