PHPackages                             voximplant/kit-apiclient-php - 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. [API Development](/categories/api)
4. /
5. voximplant/kit-apiclient-php

ActiveLibrary[API Development](/categories/api)

voximplant/kit-apiclient-php
============================

v3.0.1(2y ago)066proprietaryPHPPHP &gt;=7.1

Since Mar 17Pushed 2y ago5 watchersCompare

[ Source](https://github.com/voximplant/kit-apiclient-php)[ Packagist](https://packagist.org/packages/voximplant/kit-apiclient-php)[ Docs](http://swagger.io)[ RSS](/packages/voximplant-kit-apiclient-php/feed)WikiDiscussions master Synced today

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

VoximplantKit
=============

[](#voximplantkit)

Basic description
=================

[](#basic-description)

HTTP API is available via the https://kitapi-{{region}}.voximplant.com/api/v3/**{method}** endpoint. To use the methods marked with the LOCK symbol, you need to create an api token on api tokens page. Pass this token as access token to each HTTP API call.

Authentication
==============

[](#authentication)

This API uses Custom Query Parameter for its authentication.

The parameters that are needed to be sent for this type of authentication are as follows:

- **access\_token**
- **domain**

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

[](#requirements)

PHP 5.5 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/voximplant/kit-apiclient-php.git"
    }
  ],
  "require": {
    "voximplant/kit-apiclient-php": "*@dev"
  }
}

```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

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

Tests
-----

[](#tests)

To run the unit tests:

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

```

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

[](#getting-started)

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

```
