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

ActiveLibrary[API Development](/categories/api)

fingerprint/server-sdk
======================

Fingerprint Server API allows you to get, search, and update 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.

7.2.0(2w ago)32842↓42.7%7[4 PRs](https://github.com/fingerprintjs/php-sdk/pulls)MITPHPPHP ^8.2CI failing

Since Oct 2Pushed 1w ago10 watchersCompare

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

READMEChangelog (10)Dependencies (5)Versions (52)Used By (0)

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

[![CI badge](https://github.com/fingerprintjs/php-sdk/actions/workflows/release.yml/badge.svg)](https://github.com/fingerprintjs/php-sdk/actions/workflows/release.yml)[![CI badge](https://github.com/fingerprintjs/php-sdk/actions/workflows/test.yml/badge.svg)](https://github.com/fingerprintjs/php-sdk/actions/workflows/test.yml)[![Unit Test Coverage](https://camo.githubusercontent.com/682a1b21b2ba88412604a5edca802f47ec776cd922b6356072a5a6374edf29b8/68747470733a2f2f66696e6765727072696e746a732e6769746875622e696f2f7068702d73646b2f636f7665726167652e737667)](https://fingerprintjs.github.io/php-sdk)[![CI badge](https://github.com/fingerprintjs/php-sdk/actions/workflows/functional.yml/badge.svg)](https://github.com/fingerprintjs/php-sdk/actions/workflows/functional.yml)[![Latest Stable Version on Packagist](https://camo.githubusercontent.com/62413b22ca8e0dc931280e08b64417594d94ccf5059d99138a40ba567050dfde/68747470733a2f2f706f7365722e707567782e6f72672f66696e6765727072696e742f7365727665722d73646b2f76)](https://packagist.org/packages/fingerprint/server-sdk)[![PHP Version Require](https://camo.githubusercontent.com/255405c0439bb1e2392fb474cabc43b466faeab2c778bbea33c9bc035b1c7970/68747470733a2f2f706f7365722e707567782e6f72672f66696e6765727072696e742f7365727665722d73646b2f726571756972652f7068703f7374796c653d666c61742d737175617265)](https://packagist.org/packages/fingerprint/server-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 PHP SDK
==========================

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

**Fingerprint Server API allows you to get, search, and update 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 [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: 4
    - Package version: 7.2.0
- Build package: org.openapitools.codegen.languages.PhpClientCodegen

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

[](#requirements)

This library supports the following PHP implementations:

- 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/server-sdk": "^7.2.0"
    }
}

```

Then run `composer install`.

Or you can just run this command on your terminal:

`composer require fingerprint/server-sdk`

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

[](#getting-started)

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

```
