A PHP library for interacting with the DialMyCalls.com REST API.
The DialMyCalls.com PHP SDK can be installed with Composer (http://getcomposer.org/). Add the following to your composer.json file. Composer will handle the autoloading.
{
"require": {
"dialmycalls/php-sdk": "dev-master"
}
}