PHPackages                             kinow-io/kinow-php-sdk - 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. kinow-io/kinow-php-sdk

ActiveLibrary[API Development](/categories/api)

kinow-io/kinow-php-sdk
======================

2.0.28(3y ago)2236.7k—1.4%6[2 issues](https://github.com/kinow-io/kinow-php-sdk/issues)proprietaryPHPPHP &gt;=5.4CI failing

Since Mar 21Pushed 3y ago1 watchersCompare

[ Source](https://github.com/kinow-io/kinow-php-sdk)[ Packagist](https://packagist.org/packages/kinow-io/kinow-php-sdk)[ Docs](https://www.kinow.com)[ RSS](/packages/kinow-io-kinow-php-sdk/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (4)Versions (234)Used By (0)

Kinow PHP SDK Documentation
===========================

[](#kinow-php-sdk-documentation)

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

[](#requirements)

PHP 5.4.0 and later

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

[](#installation--usage)

### Composer

[](#composer)

#### Method 1:

[](#method-1)

To install the bindings via [Composer](http://getcomposer.org/), type in your console: `composer require kinow-io/kinow-php-sdk`

#### Method 2:

[](#method-2)

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

```
{
    "repositories": [{
        "type": "git",
        "url": "https://github.com/kinow-io/kinow-php-sdk.git"
    }],
    "require": {
        "kinow-io/kinow-php-sdk": "^1.0"
    }
}
```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

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

```
