|
1 | 1 | <p align="center"> |
2 | | - <a href="https://fingerprint.com"> |
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_dark.svg" alt="Fingerprint logo" width="312px" /> |
7 | | - </picture> |
8 | | - </a> |
| 2 | + <a href="https://fingerprint.com"> |
| 3 | + <picture> |
| 4 | + <source media="(prefers-color-scheme: dark)" srcset="https://fingerprint.com/img/company-logos/footer-logo.svg" /> |
| 5 | + <source media="(prefers-color-scheme: light)" srcset="https://fingerprint.com/img/company-logos/header-logo.svg" /> |
| 6 | + <img src="https://fingerprint.com/img/company-logos/header-logo.svg" alt="Fingerprint logo" width="312px" /> |
| 7 | + </picture> |
| 8 | + </a> |
9 | 9 | </p> |
10 | 10 | <p align="center"> |
11 | | - <a href="https://opensource.org/licenses/MIT"> |
12 | | - <img src="https://img.shields.io/:license-mit-blue.svg?style=flat"/> |
13 | | - </a> |
14 | | - <a href="https://discord.gg/39EpE2neBg"> |
15 | | - <img src="https://img.shields.io/discord/852099967190433792?style=logo&label=Discord&logo=Discord&logoColor=white" alt="Discord server"> |
16 | | - </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://opensource.org/licenses/MIT"> |
| 21 | + <img src="https://img.shields.io/:license-mit-blue.svg?style=flat"/> |
| 22 | + </a> |
| 23 | + <a href="https://discord.gg/39EpE2neBg"> |
| 24 | + <img src="https://img.shields.io/discord/852099967190433792?style=logo&label=Discord&logo=Discord&logoColor=white" alt="Discord server"> |
| 25 | + </a> |
17 | 26 | </p> |
18 | 27 |
|
19 | 28 | # Fingerprint Pro Server PHP SDK |
|
0 commit comments