PHPackages                             fingerprint/fingerprint-pro-server-api-sdk - 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. fingerprint/fingerprint-pro-server-api-sdk

ActiveLibrary[API Development](/categories/api)

fingerprint/fingerprint-pro-server-api-sdk
==========================================

Fingerprint Server API provides a way for validating visitors’ data issued by Fingerprint Pro.

6.10.0(8mo ago)30223.1k—6.7%7[3 PRs](https://github.com/fingerprintjs/fingerprint-pro-server-api-php-sdk/pulls)1MITPHPPHP &gt;=8.1CI failing

Since Oct 2Pushed 1mo ago10 watchersCompare

[ Source](https://github.com/fingerprintjs/fingerprint-pro-server-api-php-sdk)[ Packagist](https://packagist.org/packages/fingerprint/fingerprint-pro-server-api-sdk)[ Docs](https://www.fingerprint.com)[ RSS](/packages/fingerprint-fingerprint-pro-server-api-sdk/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (3)Versions (38)Used By (1)

[![Fingerprint logo](https://camo.githubusercontent.com/a19b80db6c2c96864f378c83bfb42295dd41591272e19ab07867afc80224ba0f/68747470733a2f2f66696e6765727072696e746a732e6769746875622e696f2f686f6d652f7265736f75726365732f6c6f676f5f6461726b2e737667)](https://fingerprint.com)

[![CI badge](https://github.com/fingerprintjs/fingerprint-pro-server-api-php-sdk/actions/workflows/release.yml/badge.svg)](https://github.com/fingerprintjs/fingerprint-pro-server-api-php-sdk/actions/workflows/release.yml)[![CI badge](https://github.com/fingerprintjs/fingerprint-pro-server-api-php-sdk/actions/workflows/test.yml/badge.svg)](https://github.com/fingerprintjs/fingerprint-pro-server-api-php-sdk/actions/workflows/test.yml)[![Unit Test Coverage](https://camo.githubusercontent.com/9ef5917ed466821adb657487c44e4f1637c6d022206434eb5ea01a7d847a7ed0/68747470733a2f2f66696e6765727072696e746a732e6769746875622e696f2f66696e6765727072696e742d70726f2d7365727665722d6170692d7068702d73646b2f636f7665726167652e737667)](https://fingerprintjs.github.io/fingerprint-pro-server-api-php-sdk)[![CI badge](https://github.com/fingerprintjs/fingerprint-pro-server-api-php-sdk/actions/workflows/functional.yml/badge.svg)](https://github.com/fingerprintjs/fingerprint-pro-server-api-php-sdk/actions/workflows/functional.yml)[![Latest Stable Version on Packagist](https://camo.githubusercontent.com/8d03516020c87a1dea190355bd19c1024fb42eeb73510e49bdf7fc7cb2007abd/68747470733a2f2f706f7365722e707567782e6f72672f66696e6765727072696e742f66696e6765727072696e742d70726f2d7365727665722d6170692d73646b2f76)](https://packagist.org/packages/fingerprint/fingerprint-pro-server-api-sdk)[![PHP Version Require](https://camo.githubusercontent.com/ca4da4a60694c07b580dbf625fc1c69d6a81237386f7af1f4b2f373d4a07121a/68747470733a2f2f706f7365722e707567782e6f72672f66696e6765727072696e742f66696e6765727072696e742d70726f2d7365727665722d6170692d73646b2f726571756972652f7068703f7374796c653d666c61742d737175617265)](https://packagist.org/packages/fingerprint/fingerprint-pro-server-api-sdk)[![](https://camo.githubusercontent.com/798f41b5d668eea6032e166737d5c86d4793927874c2a63cab901e8973577d20/68747470733a2f2f696d672e736869656c64732e696f2f3a6c6963656e73652d6d69742d626c75652e7376673f7374796c653d666c6174)](https://opensource.org/licenses/MIT)[![Discord server](https://camo.githubusercontent.com/c42ec69a4d8ed46169dd7718547d2e9bf091224c2fcf5c96fb2eec2d09849c72/68747470733a2f2f696d672e736869656c64732e696f2f646973636f72642f3835323039393936373139303433333739323f7374796c653d6c6f676f266c6162656c3d446973636f7264266c6f676f3d446973636f7264266c6f676f436f6c6f723d7768697465)](https://discord.gg/39EpE2neBg)

Fingerprint Server API PHP SDK
==============================

[](#fingerprint-server-api-php-sdk)

**Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device.**

This PHP package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:

- API version: 3
    - Package version: 6.10.0
- Build package: io.swagger.codegen.v3.generators.php.PhpClientCodegen

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

[](#requirements)

This library supports the following PHP implementations:

- PHP 8.1
- PHP 8.2
- PHP 8.3
- PHP 8.4

We currently don't support external PHP Runtimes like:

- Bref
- ReactPHP

Installation &amp; Usage
------------------------

[](#installation--usage)

### Composer

[](#composer)

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

```
{
    "require": {
        "fingerprint/fingerprint-pro-server-api-sdk": "dev-main"
    }
}

```

Then run `composer install`.

Or you can just run this command on your terminal:

`composer require fingerprint/fingerprint-pro-server-api-sdk`

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

[](#getting-started)

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

```
