PHPackages                             karix/karix-lib - 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. [Queues &amp; Workers](/categories/queues)
4. /
5. karix/karix-lib

ActiveLibrary[Queues &amp; Workers](/categories/queues)

karix/karix-lib
===============

2.0.0(5y ago)1932MITPHPPHP &gt;=7.1

Since May 3Pushed 5y agoCompare

[ Source](https://github.com/pratik149/karix-lib)[ Packagist](https://packagist.org/packages/karix/karix-lib)[ Docs](http://karix.io)[ RSS](/packages/karix-karix-lib/feed)WikiDiscussions v2 Synced 1w ago

READMEChangelog (1)Dependencies (2)Versions (7)Used By (2)

karix-php
=========

[](#karix-php)

[![Build Status](https://camo.githubusercontent.com/3b1da024027238757e86a64f7459fd6befa100de1920a102e34230968ae5f9c6/68747470733a2f2f7472617669732d63692e6f72672f6b61726978746563682f6b617269782d7068702e7376673f6272616e63683d7632)](https://travis-ci.org/karixtech/karix-php) [![Coverage Status](https://camo.githubusercontent.com/4e2778b7d75cb2875a6c0074eab524388b9c3fff32d90c07d924dedbfa81a1f6/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f6b61726978746563682f6b617269782d7068702f62616467652e7376673f6272616e63683d7632)](https://coveralls.io/github/karixtech/karix-php?branch=v2)

Karix API lets you interact with the Karix platform using an omnichannel messaging API. It also allows you to query your account, set up webhooks and buy phone numbers.

This PHP package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:

- API version: 2.0
- Package version: 2.0.0
- Build package: io.swagger.codegen.languages.PhpClientCodegen

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

[](#requirements)

PHP 5.6 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/karixtech/karix-php.git"
    }
  ],
  "require": {
    "karixtech/karix-php": "2.0.0"
  }
}

```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

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

```
