|
1 | 1 | <p align="center"> |
2 | 2 | <a href="https://fingerprint.com"> |
3 | | - <picture> |
4 | | - <source media="(prefers-color-scheme: dark)" srcset="https://fingerprintjs.github.io/home/resources/logo_light.svg" /> |
5 | | - <source media="(prefers-color-scheme: light)" srcset="https://fingerprintjs.github.io/home/resources/logo_dark.svg" /> |
6 | | - <img src="https://raw.githubusercontent.com/fingerprintjs/fingerprint-pro-server-api-go-sdk/main/res/logo_dark.svg" alt="Fingerprint logo" width="312px" /> |
7 | | - </picture> |
8 | | - </a> |
| 3 | + <picture> |
| 4 | + <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/fingerprintjs/fingerprint-pro-server-api-php-sdk/main/.github/resources/logo_light.svg" /> |
| 5 | + <source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/fingerprintjs/fingerprint-pro-server-api-php-sdk/main/.github/resources/logo_dark.svg" /> |
| 6 | + <img src="https://raw.githubusercontent.com/fingerprintjs/fingerprint-pro-server-api-php-sdk/main/.github/resources/logo_light.svg" alt="Fingerprint logo" width="312px" /> |
| 7 | + </picture> |
| 8 | + </a> |
9 | 9 | </p> |
10 | 10 | <p align="center"> |
11 | | - <a href="https://github.com/fingerprintjs/fingerprint-pro-server-api-php-sdk/actions/workflows/release.yml"><img src="https://github.com/fingerprintjs/fingerprint-pro-server-api-php-sdk/actions/workflows/release.yml/badge.svg" alt="CI badge" /></a> |
12 | | - <a href="https://github.com/fingerprintjs/fingerprint-pro-server-api-php-sdk/actions/workflows/test.yml"><img src="https://github.com/fingerprintjs/fingerprint-pro-server-api-php-sdk/actions/workflows/test.yml/badge.svg" alt="CI badge" /></a> |
13 | | - <a href="https://github.com/fingerprintjs/fingerprint-pro-server-api-php-sdk/actions/workflows/functional.yml"><img src="https://github.com/fingerprintjs/fingerprint-pro-server-api-php-sdk/actions/workflows/functional.yml/badge.svg" alt="CI badge" /></a> |
14 | | - <a href="https://packagist.org/packages/fingerprint/fingerprint-pro-server-api-sdk"><img src="https://poser.pugx.org/fingerprint/fingerprint-pro-server-api-sdk/v" alt="Latest Stable Version on Packagist"></a> |
15 | | - <a href="https://packagist.org/packages/fingerprint/fingerprint-pro-server-api-sdk"><img src="http://poser.pugx.org/fingerprint/fingerprint-pro-server-api-sdk/require/php" alt="PHP Version Require"></a> |
16 | | - <a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/:license-mit-blue.svg?style=flat"/></a> |
17 | | - <a href="https://discord.gg/39EpE2neBg"><img src="https://img.shields.io/discord/852099967190433792?style=logo&label=Discord&logo=Discord&logoColor=white" alt="Discord server"></a> |
| 11 | + <a href="https://github.com/fingerprintjs/fingerprint-pro-server-api-php-sdk/actions/workflows/release.yml"> |
| 12 | + <img src="https://github.com/fingerprintjs/fingerprint-pro-server-api-php-sdk/actions/workflows/release.yml/badge.svg" alt="CI badge" /> |
| 13 | + </a> |
| 14 | + <a href="https://github.com/fingerprintjs/fingerprint-pro-server-api-php-sdk/actions/workflows/test.yml"> |
| 15 | + <img src="https://github.com/fingerprintjs/fingerprint-pro-server-api-php-sdk/actions/workflows/test.yml/badge.svg" alt="CI badge" /> |
| 16 | + </a> |
| 17 | + <a href="https://github.com/fingerprintjs/fingerprint-pro-server-api-php-sdk/actions/workflows/functional.yml"> |
| 18 | + <img src="https://github.com/fingerprintjs/fingerprint-pro-server-api-php-sdk/actions/workflows/functional.yml/badge.svg" alt="CI badge" /> |
| 19 | + </a> |
| 20 | + <a href="https://packagist.org/packages/fingerprint/fingerprint-pro-server-api-sdk"> |
| 21 | + <img src="https://poser.pugx.org/fingerprint/fingerprint-pro-server-api-sdk/v" alt="Latest Stable Version on Packagist"> |
| 22 | + </a> |
| 23 | + <a href="https://packagist.org/packages/fingerprint/fingerprint-pro-server-api-sdk"> |
| 24 | + <img src="http://poser.pugx.org/fingerprint/fingerprint-pro-server-api-sdk/require/php" alt="PHP Version Require"> |
| 25 | + </a> |
| 26 | + <a href="https://opensource.org/licenses/MIT"> |
| 27 | + <img src="https://img.shields.io/:license-mit-blue.svg?style=flat"/> |
| 28 | + </a> |
| 29 | + <a href="https://discord.gg/39EpE2neBg"> |
| 30 | + <img src="https://img.shields.io/discord/852099967190433792?style=logo&label=Discord&logo=Discord&logoColor=white" alt="Discord server"> |
| 31 | + </a> |
18 | 32 | </p> |
19 | 33 |
|
20 | 34 | # Fingerprint Pro Server API PHP SDK |
|
23 | 37 | This PHP package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project: |
24 | 38 |
|
25 | 39 | - API version: 3 |
26 | | - - Package version: 4.0.0 |
| 40 | + - Package version: 4.1.0 |
27 | 41 | - Build package: io.swagger.codegen.v3.generators.php.PhpClientCodegen |
28 | 42 |
|
29 | 43 | ## Requirements |
|
0 commit comments