Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 619 Bytes

File metadata and controls

21 lines (18 loc) · 619 Bytes

DialMyCalls.com PHP SDK

A PHP library for interacting with the DialMyCalls.com REST API.

Requirements

Composer Installation

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"
    }
}