PHPackages                             xrely/php-client - 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. xrely/php-client

ActiveLibrary[API Development](/categories/api)

xrely/php-client
================

client library for xrely platform. For more information please visit https://www.xrely.com

1.0.0(5y ago)04proprietaryPHPPHP &gt;=5.5

Since Jun 26Pushed 4y ago1 watchersCompare

[ Source](https://github.com/xrely-com/php_client)[ Packagist](https://packagist.org/packages/xrely/php-client)[ Docs](https://www.xrely.com)[ RSS](/packages/xrely-php-client/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (4)Versions (2)Used By (0)

XrelyClient-php
===============

[](#xrelyclient-php)

API Documentation for XRELY platform

- API version: 1.0.0

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/xrely-com/php_client.git"
    }
  ],
 "require": {
        "php": ">=5.5",
        "ext-curl": "*",
        "ext-json": "*",
        "ext-mbstring": "*",
        "guzzlehttp/guzzle": "^6.2"
    },
    "require-dev": {
        "phpunit/phpunit": "^4.8",
        "squizlabs/php_codesniffer": "~2.6",
        "friendsofphp/php-cs-fixer": "~2.12"
    }
}

```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

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

Tests
-----

[](#tests)

To run the unit tests:

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

```

OR

```
 php vendor/phpunit/phpunit/phpunit

```

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

[](#getting-started)

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

```
