PHPackages                             voximplant/kit-imclient-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-imclient-php

ActiveLibrary[API Development](/categories/api)

voximplant/kit-imclient-php
===========================

v2.0.2(2y ago)04proprietaryPHPPHP &gt;=7.1

Since May 4Pushed 2y ago5 watchersCompare

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

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

VoximplantKitIM
===============

[](#voximplantkitim)

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

[](#basic-description)

HTTP API is available via the https://kit-im-{{region}}.voximplant.com/**{method}** endpoint. To send events you need to use jwt token. You can get jwt token via login method using an api token created on api tokens page. You need to pass api token as access\_token.

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

[](#authentication)

The parameters that are needed to be sent for generate jwt token 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-imclient-php.git"
    }
  ],
  "require": {
    "voximplant/kit-imclient-php": "*@dev"
  }
}

```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
    require_once('/path/to/VoximplantKitIM/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:

```
