SDKs
Get your library
JS
JS is the latest JavaScript and node.js SDK.
npm install @voucherify/sdk
Node.js
Deprecated SDK
Node.js is a deprecated version. Go to JS to use the latest Node.js SDK.
npm install voucherify
Java
Grab the SDK via Maven:
<dependency>
<groupId>pl.rspective.voucherify.client</groupId>
<artifactId>voucherify-java-sdk</artifactId>
<version>2.4.0</version>
</dependency>
or via Gradle:
compile 'pl.rspective.voucherify.client:voucherify-java-sdk:2.4.0'
Ruby
gem install voucherify
PHP
Include Voucherify PHP SDK (rspective/voucherify) in your PHP composer.json file as required module i.e:
"require": { "rspective/voucherify": "dev-master" }
You can check available versions at Packagist.
Python
pip install voucherify
.NET
Client Side Library
Install-Package Voucherify.Client
Server Side Library
Install-Package Voucherify
Or simple use libraries from lib/{target-framework} folder.
Voucherify.js
Deprecated SDK
Voucherify.js is a deprecated version. Go to JS to use the latest SDK.
From CDN:
http://www.jsdelivr.com/projects/voucherify.js
Android
Using Gradle:
dependencies {
compile 'pl.rspective.voucherify.android.client:voucherify-android-sdk:0.6.0'
}
Using Maven:
<dependency>
<groupId>pl.rspective.voucherify.android.client</groupId>
<artifactId>voucherify-android-sdk</artifactId>
<version>0.6.0</version>
</dependency>
Prerequisite
The SDK requires at least Java 6 or Android 2.3.3 (API 10)
iOS (Swift)
Using CocoaPods simply add the following line to your Podfile:
pod "VoucherifySwiftSdk"
Prerequisite
The SDK requires Swift 2.2 and therefore Xcode 7.3
Updated 11 months ago