PHPackages                             klix-app/merchant-api-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. klix-app/merchant-api-php

ActiveLibrary[API Development](/categories/api)

klix-app/merchant-api-php
=========================

3.1.2(2y ago)35001MITPHPPHP &gt;=7.2.0CI failing

Since Jul 29Pushed 2y ago4 watchersCompare

[ Source](https://github.com/klix-app/merchant-api-php)[ Packagist](https://packagist.org/packages/klix-app/merchant-api-php)[ RSS](/packages/klix-app-merchant-api-php/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (10)Dependencies (3)Versions (25)Used By (0)

Klix PHP library
================

[](#klix-php-library)

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

[](#requirements)

PHP 7.2 and later.

The following PHP extensions are required:

- curl
- json
- openssl

Installation
------------

[](#installation)

Composer
--------

[](#composer)

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

```
{
  "require": {
    "klix/klix-sdk-php": "*@dev"
  }
}
```

Then run

```
composer install
```

Manual Installation
-------------------

[](#manual-installation)

Download the files and include `autoload.php`:

```
require_once('/path/to/klix-sdk-php/vendor/autoload.php');
```

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

[](#getting-started)

Simple usage looks like:

```
