tylerhall / php-grandcentral-dialer
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
README.markdown | ||
| |
class.grandcentral.php | ||
| |
gcdialer.applescript |
README.markdown
Basic Usage
Dialing a number is simple
$gc = new GrandCentral('<username>', '<password>');
$gc->call($your_phone_number, $their_phone_number);
You can also use the included AppleScript file to dial a number directly from Address Book.
License
This code is released under the MIT Open Source License. Feel free to do whatever you want with it.

