> ## Documentation Index
> Fetch the complete documentation index at: https://voucherify-pz-test.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# SDKs

> Suggest Edits

## Get your library

***

[](https://github.com/rspective/voucherify-php-sdk)

[](https://github.com/voucherifyio/voucherify-js-sdk)

[](https://github.com/rspective/voucherify-ruby-sdk)

[](https://github.com/rspective/voucherify-java-sdk)

[](https://github.com/voucherifyio/voucherify-dotNET-sdk)

[](https://github.com/voucherifyio/voucherify-python-sdk)

***

<Info>
  Voucherify developers constantly improve Voucherify's RESTful API, which you can use to integrate with your systems. The SDKs are open source and are mostly developed with the help of the community of our clients and partners. Please feel free to contribute and provide feedback by submitting a pull request on our [GitHub repository](https://github.com/voucherifyio/).
</Info>

***

## JS

JS is **the latest** JavaScript and node.js SDK.

<CodeGroup>
  ```shell Shell
  npm install @voucherify/sdk
  ```
</CodeGroup>

[![voucherifyio/voucherify-js-sdk](https://mintlify.s3.us-west-1.amazonaws.com/voucherify-pz-test/images/docs/c2ab0e666480a54ee4fbb8d4486542059e8750fbe31dbdecbdc2b1a7930fb95c/voucherifyio/voucherify-js-sdk)](https://github.com/voucherifyio/voucherify-js-sdk)

[![github.com](https://mintlify.s3.us-west-1.amazonaws.com/voucherify-pz-test/images/docs/favicon.ico)github.com](https://github.com/voucherifyio/voucherify-js-sdk)

[voucherifyio/voucherify-js-sdk](https://github.com/voucherifyio/voucherify-js-sdk)

***

## Java

Grab the SDK via Maven:

<CodeGroup>
  ```xml XML
  <dependency>
    <groupId>pl.rspective.voucherify.client</groupId>
    <artifactId>voucherify-java-sdk</artifactId>
    <version>2.4.0</version>
  </dependency>
  ```
</CodeGroup>

or via Gradle:

`compile 'pl.rspective.voucherify.client:voucherify-java-sdk:2.4.0'`

[![voucherifyio/voucherify-java-sdk](https://mintlify.s3.us-west-1.amazonaws.com/voucherify-pz-test/images/docs/u/19346225)](https://github.com/voucherifyio/voucherify-java-sdk)

[![github.com](https://mintlify.s3.us-west-1.amazonaws.com/voucherify-pz-test/images/docs/favicon.ico)github.com](https://github.com/voucherifyio/voucherify-java-sdk)

[voucherifyio/voucherify-java-sdk](https://github.com/voucherifyio/voucherify-java-sdk)

***

## Ruby

<CodeGroup>
  ```shell Shell
  gem install voucherify
  ```
</CodeGroup>

[![voucherifyio/voucherify-ruby-sdk](https://mintlify.s3.us-west-1.amazonaws.com/voucherify-pz-test/images/docs/u/19346225)](https://github.com/voucherifyio/voucherify-ruby-sdk)

[![github.com](https://mintlify.s3.us-west-1.amazonaws.com/voucherify-pz-test/images/docs/favicon.ico)github.com](https://github.com/voucherifyio/voucherify-ruby-sdk)

[voucherifyio/voucherify-ruby-sdk](https://github.com/voucherifyio/voucherify-ruby-sdk)

***

## PHP

Include Voucherify PHP SDK (rspective/voucherify) in your PHP composer.json file as required module i.e:

<CodeGroup>
  ```php php
  "require": {
      "rspective/voucherify": "dev-master"
  }
  ```
</CodeGroup>

You can check available versions at [Packagist](https://packagist.org/packages/rspective/voucherify).

[![voucherifyio/voucherify-php-sdk](https://mintlify.s3.us-west-1.amazonaws.com/voucherify-pz-test/images/docs/u/19346225)](https://github.com/voucherifyio/voucherify-php-sdk)

[![github.com](https://mintlify.s3.us-west-1.amazonaws.com/voucherify-pz-test/images/docs/favicon.ico)github.com](https://github.com/voucherifyio/voucherify-php-sdk)

[voucherifyio/voucherify-php-sdk](https://github.com/voucherifyio/voucherify-php-sdk)

***

## Python

<CodeGroup>
  ```shell Shell
  pip install voucherify
  ```
</CodeGroup>

[![voucherifyio/voucherify-python-sdk](https://mintlify.s3.us-west-1.amazonaws.com/voucherify-pz-test/images/docs/u/19346225)](https://github.com/voucherifyio/voucherify-python-sdk)

[![github.com](https://mintlify.s3.us-west-1.amazonaws.com/voucherify-pz-test/images/docs/favicon.ico)github.com](https://github.com/voucherifyio/voucherify-python-sdk)

[voucherifyio/voucherify-python-sdk](https://github.com/voucherifyio/voucherify-python-sdk)

***

## .NET

### Client Side Library

<CodeGroup>
  ```shell Shell
  Install-Package Voucherify.Client
  ```
</CodeGroup>

### Server Side Library

<CodeGroup>
  ```shell Shell
  Install-Package Voucherify
  ```
</CodeGroup>

Or simple use libraries from lib/\{target-framework} folder.

[![voucherifyio/voucherify-dotNET-sdk](https://mintlify.s3.us-west-1.amazonaws.com/voucherify-pz-test/images/docs/u/19346225)](https://github.com/voucherifyio/voucherify-dotNET-sdk)

[![github.com](https://mintlify.s3.us-west-1.amazonaws.com/voucherify-pz-test/images/docs/favicon.ico)github.com](https://github.com/voucherifyio/voucherify-dotNET-sdk)

[voucherifyio/voucherify-dotNET-sdk](https://github.com/voucherifyio/voucherify-dotNET-sdk)

***

## Node.js

<Warning>
  Node.js is a deprecated version. Go to [JS](/docs/sdks#js) to use the latest Node.js SDK.
</Warning>

<CodeGroup>
  ```shell Shell
  npm install voucherify
  ```
</CodeGroup>

[![voucherifyio/voucherify-nodejs-sdk](https://mintlify.s3.us-west-1.amazonaws.com/voucherify-pz-test/images/docs/u/19346225)](https://github.com/voucherifyio/voucherify-nodejs-sdk)

[![github.com](https://mintlify.s3.us-west-1.amazonaws.com/voucherify-pz-test/images/docs/favicon.ico)github.com](https://github.com/voucherifyio/voucherify-nodejs-sdk)

[voucherifyio/voucherify-nodejs-sdk](https://github.com/voucherifyio/voucherify-nodejs-sdk)

***

## Voucherify.js

<Warning>
  Voucherify.js is a deprecated version. Go to [JS](/docs/sdks#js) to use the latest SDK.
</Warning>

From CDN:

[http://www.jsdelivr.com/projects/voucherify.js](http://www.jsdelivr.com/projects/voucherify.js)

[![rspective/voucherify.js](https://mintlify.s3.us-west-1.amazonaws.com/voucherify-pz-test/images/docs/u/3333318)](https://github.com/rspective/voucherify.js)

[![github.com](https://mintlify.s3.us-west-1.amazonaws.com/voucherify-pz-test/images/docs/favicon.ico)github.com](https://github.com/rspective/voucherify.js)

[rspective/voucherify.js](https://github.com/rspective/voucherify.js)

***

## Android

<Warning>
  Voucherify developers currently don't develop this SDK.
</Warning>

Using Gradle:

<CodeGroup>
  ```groovy Groovy
  dependencies {
      compile 'pl.rspective.voucherify.android.client:voucherify-android-sdk:0.6.0'
  }
  ```
</CodeGroup>

Using Maven:

<CodeGroup>
  ```xml XML
  <dependency>
      <groupId>pl.rspective.voucherify.android.client</groupId>
      <artifactId>voucherify-android-sdk</artifactId>
      <version>0.6.0</version>
  </dependency>
  ```
</CodeGroup>

<Info>
  The SDK requires at least Java 6 or Android 2.3.3 (API 10)
</Info>

[![voucherifyio/voucherify-android-sdk](https://mintlify.s3.us-west-1.amazonaws.com/voucherify-pz-test/images/docs/u/19346225)](https://github.com/voucherifyio/voucherify-android-sdk)

[![github.com](https://mintlify.s3.us-west-1.amazonaws.com/voucherify-pz-test/images/docs/favicon.ico)github.com](https://github.com/voucherifyio/voucherify-android-sdk)

[voucherifyio/voucherify-android-sdk](https://github.com/voucherifyio/voucherify-android-sdk)

***

## iOS(Swift)

<Warning>
  Voucherify developers currently don't develop this SDK.
</Warning>

Using CocoaPods simply add the following line to your Podfile:

<CodeGroup>
  ```shell Shell
  pod "VoucherifySwiftSdk"
  ```
</CodeGroup>

<Info>
  The SDK requires Swift 2.2 and therefore Xcode 7.3
</Info>

[![voucherifyio/voucherify-ios-sdk](https://mintlify.s3.us-west-1.amazonaws.com/voucherify-pz-test/images/docs/u/19346225)](https://github.com/voucherifyio/voucherify-ios-sdk)

[![github.com](https://mintlify.s3.us-west-1.amazonaws.com/voucherify-pz-test/images/docs/favicon.ico)github.com](https://github.com/voucherifyio/voucherify-ios-sdk)

[voucherifyio/voucherify-ios-sdk](https://github.com/voucherifyio/voucherify-ios-sdk)

***

* [Table of Contents](#)

* * [Get your library](#get-your-library)

  * [JS](#js)

  * [Java](#java)

  * [Ruby](#ruby)

  * [PHP](#php)

  * [Python](#python)

  * [.NET](#net)

    * [Client Side Library](#client-side-library)
    * [Server Side Library](#server-side-library)

  * [Node.js](#nodejs)

  * [Voucherify.js](#voucherifyjs)

  * [Android](#android)

  * [iOS(Swift)](#iosswift)
