Documentation
  • Pex
    • Introduction
  • Search
    • Overview
    • SDK Integration
      • Getting Started
        • Core Library (SDK)
        • Language Bindings
      • Search: Pex Registry
        • Basic Usage
        • Search Response
        • Sample Code
      • Search: Custom Database
        • Basic Usage
        • Search Response
        • Sample Code
    • Web App
    • Custom Report
    • FAQ
      • General Questions
      • Search Types
      • Identification/Matching
      • Errors
    • Changelog
  • Discovery
    • Overview
    • API Documentation
Powered by GitBook
On this page
  1. Search
  2. SDK Integration
  3. Getting Started

Language Bindings

PreviousCore Library (SDK)NextSearch: Pex Registry

Last updated 5 months ago

Language Bindings Installation

After the core library is installed, you will need to install a language binding.

Latest Version

The following languages are currently supported. Be sure to download the correct release that is compatible with the version of the SDK you have installed.

  • Python (Github )

    • Release v4.5.0 compatible with SDK 4.5.x

  • Go (Github )

    • Release v4.5.0 compatible with SDK 4.5.x

  • PHP (Github )

    • Release v4.5.0 compatible with SDK 4.5.x

  • Node.js (Github )

    • Release v4.5.0 compatible with SDK 4.5.x

# INSTALL THE SDK BINDINGS
pip install git+https://github.com/Pexeso/pex-sdk-py.git@v4.5.0
# INSTALL THE SDK BINDINGS
go get github.com/Pexeso/pex-sdk-go/v4@v4.5.0
# INITIALIZE PROJECT
composer init

# ADD SDK BINDINGS REPOSITORY TO YOUR COMPOSER.JSON
composer config repositories.repo-name vcs https://github.com/Pexeso/pex-sdk-php

# INSTALL THE SDK BINDINGS
composer require pexeso/pex-sdk-php:v4.5.0
# INSTALL THE SDK BINDINGS
npm install git+ssh://git@github.com:Pexeso/pex-sdk-js.git#v4.5.0

Note: This software requires Node.js version 18.0.0 or later.

This package is written in C++ using . As such it requires some extra dependencies to build.

Note: Depending on your setup, additional dependencies may need to be set up to complete the language bindings installation. Please see the relevant Github repo linked above for additional details.

Previous Versions

Bindings compatible with SDK version 4.4.x
    • Release v4.4.0 compatible with SDK 4.4.x

    • Release v.4.4.0 compatible with SDK 4.4.x

    • Release v4.4.0 compatible with SDK 4.4.x

    • Release v4.4.0 compatible with SDK 4.4.x

Once you have installed the core library and necessary language bindings, you are ready to perform a search.

Python (Github )

Go (Github )

PHP (Github )

Node.js (Github )

For Search: Pex Registry customers, for a guide on how to perform a search

For Search: Custom Database customers, for a guide on how to perform a search

repo
repo
repo
repo
https://github.com/nodejs/node-addon-api
repo
repo
repo
repo
click here
click here