Skip to content
This repository was archived by the owner on Nov 11, 2024. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Google Voice PHP API

An API to interact with Google Voice using PHP.

Currently the API can place calls, cancel previously placed calls, send and
Currently, the API can place calls, cancel previously placed calls, send and
receive SMS messages, add a note to or remove a note from a message or voicemail,
mark a message or voicemail as read or unread, and download transcriptions and/or
MP3 files of voicemail. Feel free to implement new functionality and send me your
Expand Down Expand Up @@ -33,7 +33,7 @@ values included:
$msg->children =

Note: Receiving SMSs and voicemails is mostly unnecessary via this API since
Google now allows SMSs to be forwarded to an email address. It is a better
Google now allows SMSs to be forwarded to an email address. It is a better
idea to parse those incoming emails with a script.

SMS and Voice Integration
Expand Down