PHPackages                             dialmycalls/php-sdk-v2 - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [HTTP &amp; Networking](/categories/http)
4. /
5. dialmycalls/php-sdk-v2

ActiveLibrary[HTTP &amp; Networking](/categories/http)

dialmycalls/php-sdk-v2
======================

API client for the DialMyCalls.com API

v2.0.2(9y ago)2552MITPHPPHP &gt;=5.4

Since Jul 27Pushed 9y ago2 watchersCompare

[ Source](https://github.com/dialmycalls/php-sdk-v2)[ Packagist](https://packagist.org/packages/dialmycalls/php-sdk-v2)[ Docs](http://www.dialmycalls.com)[ RSS](/packages/dialmycalls-php-sdk-v2/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (3)Versions (4)Used By (0)

DialMyCalls The DialMyCalls API

For more information, please visit

Requirements
------------

[](#requirements)

PHP 5.4.0 and later

Installation &amp; Usage
------------------------

[](#installation--usage)

### Composer

[](#composer)

To install the bindings via [Composer](http://getcomposer.org/), add the following to `composer.json`:

```
{
  "repositories": [
    {
      "type": "git",
      "url": "https://github.com/dialmycalls/php-sdk-v2.git"
    }
  ],
  "require": {
    "dialmycalls/php-sdk-v2": "*@dev"
  }
}

```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
    require_once('/path/to/DialMyCalls/autoload.php');
```

Tests
-----

[](#tests)

To run the unit tests:

```
composer install
./vendor/bin/phpunit lib/Tests

```

Getting Started
---------------

[](#getting-started)

Please follow the [installation procedure](#installation--usage) and then run the following:

```
