Download the PHP package fingerprint/fingerprint-pro-server-api-sdk without Composer

On this page you can find all versions of the php package fingerprint/fingerprint-pro-server-api-sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package fingerprint-pro-server-api-sdk

Fingerprint logo

CI badge CI badge CI badge Latest Stable Version on Packagist PHP Version Require Discord server

# Fingerprint Pro Server API PHP SDK **Fingerprint Pro Server API allows you to get information about visitors and about individual 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: 4.1.0 - Build package: io.swagger.codegen.v3.generators.php.PhpClientCodegen ## Requirements This library supports the following PHP implementations: - PHP 8.1 - PHP 8.2 - PHP 8.3 We currently don't support external PHP Runtimes like: - Bref - ReactPHP ## Installation & Usage ### Composer To install the bindings via [Composer](http://getcomposer.org/), add the following to `composer.json`: Then run `composer install`. Or you can just run this command on your terminal: `composer require fingerprint/fingerprint-pro-server-api-sdk` ## Getting Started Please follow the [installation procedure](#installation--usage) and then run the following: ## Sealed results This SDK provides utility methods for decoding [sealed results](https://dev.fingerprint.com/docs/sealed-client-results). To learn more, refer to example located in [sealed_results_example.php](sealed_results_example.php). ## Documentation for API Endpoints All URIs are relative to your region's base URL. | Region | BasePath | |-------------|------------------------| | US / Global | https://api.fpjs.io | | Europe | https://eu.api.fpjs.io | | Asia | https://ap.api.fpjs.io | ## Endpoints Class | Method | HTTP request | Description ------------ | ------------- | ------------- | ------------- *FingerprintApi* | [**getEvent**](docs/Api/FingerprintApi.md#getevent) | **GET** /events/{request_id} | Get event by requestId *FingerprintApi* | [**getVisits**](docs/Api/FingerprintApi.md#getvisits) | **GET** /visitors/{visitor_id} | Get visits by visitorId ## Documentation for Models - [ASN](docs/Model/ASN.md) - [BotdDetectionResult](docs/Model/BotdDetectionResult.md) - [BotdResult](docs/Model/BotdResult.md) - [BrowserDetails](docs/Model/BrowserDetails.md) - [ClonedAppResult](docs/Model/ClonedAppResult.md) - [Confidence](docs/Model/Confidence.md) - [DataCenter](docs/Model/DataCenter.md) - [DeprecatedIPLocation](docs/Model/DeprecatedIPLocation.md) - [DeprecatedIPLocationCity](docs/Model/DeprecatedIPLocationCity.md) - [EmulatorResult](docs/Model/EmulatorResult.md) - [ErrorEvent403Response](docs/Model/ErrorEvent403Response.md) - [ErrorEvent403ResponseError](docs/Model/ErrorEvent403ResponseError.md) - [ErrorEvent404Response](docs/Model/ErrorEvent404Response.md) - [ErrorEvent404ResponseError](docs/Model/ErrorEvent404ResponseError.md) - [ErrorVisits403](docs/Model/ErrorVisits403.md) - [EventResponse](docs/Model/EventResponse.md) - [FactoryResetResult](docs/Model/FactoryResetResult.md) - [FridaResult](docs/Model/FridaResult.md) - [HighActivityResult](docs/Model/HighActivityResult.md) - [IPLocation](docs/Model/IPLocation.md) - [IPLocationCity](docs/Model/IPLocationCity.md) - [IdentificationError](docs/Model/IdentificationError.md) - [IncognitoResult](docs/Model/IncognitoResult.md) - [IpBlockListResult](docs/Model/IpBlockListResult.md) - [IpBlockListResultDetails](docs/Model/IpBlockListResultDetails.md) - [IpInfoResult](docs/Model/IpInfoResult.md) - [IpInfoResultV4](docs/Model/IpInfoResultV4.md) - [IpInfoResultV6](docs/Model/IpInfoResultV6.md) - [JailbrokenResult](docs/Model/JailbrokenResult.md) - [Location](docs/Model/Location.md) - [LocationSpoofingResult](docs/Model/LocationSpoofingResult.md) - [ManyRequestsResponse](docs/Model/ManyRequestsResponse.md) - [PrivacySettingsResult](docs/Model/PrivacySettingsResult.md) - [ProductError](docs/Model/ProductError.md) - [ProductsResponse](docs/Model/ProductsResponse.md) - [ProductsResponseBotd](docs/Model/ProductsResponseBotd.md) - [ProductsResponseIdentification](docs/Model/ProductsResponseIdentification.md) - [ProductsResponseIdentificationData](docs/Model/ProductsResponseIdentificationData.md) - [ProxyResult](docs/Model/ProxyResult.md) - [RawDeviceAttributesResult](docs/Model/RawDeviceAttributesResult.md) - [Response](docs/Model/Response.md) - [ResponseVisits](docs/Model/ResponseVisits.md) - [RootAppsResult](docs/Model/RootAppsResult.md) - [SeenAt](docs/Model/SeenAt.md) - [SignalResponseClonedApp](docs/Model/SignalResponseClonedApp.md) - [SignalResponseEmulator](docs/Model/SignalResponseEmulator.md) - [SignalResponseFactoryReset](docs/Model/SignalResponseFactoryReset.md) - [SignalResponseFrida](docs/Model/SignalResponseFrida.md) - [SignalResponseHighActivity](docs/Model/SignalResponseHighActivity.md) - [SignalResponseIncognito](docs/Model/SignalResponseIncognito.md) - [SignalResponseIpBlocklist](docs/Model/SignalResponseIpBlocklist.md) - [SignalResponseIpInfo](docs/Model/SignalResponseIpInfo.md) - [SignalResponseJailbroken](docs/Model/SignalResponseJailbroken.md) - [SignalResponseLocationSpoofing](docs/Model/SignalResponseLocationSpoofing.md) - [SignalResponsePrivacySettings](docs/Model/SignalResponsePrivacySettings.md) - [SignalResponseProxy](docs/Model/SignalResponseProxy.md) - [SignalResponseRawDeviceAttributes](docs/Model/SignalResponseRawDeviceAttributes.md) - [SignalResponseRootApps](docs/Model/SignalResponseRootApps.md) - [SignalResponseSuspectScore](docs/Model/SignalResponseSuspectScore.md) - [SignalResponseTampering](docs/Model/SignalResponseTampering.md) - [SignalResponseTor](docs/Model/SignalResponseTor.md) - [SignalResponseVirtualMachine](docs/Model/SignalResponseVirtualMachine.md) - [SignalResponseVpn](docs/Model/SignalResponseVpn.md) - [Subdivision](docs/Model/Subdivision.md) - [SuspectScoreResult](docs/Model/SuspectScoreResult.md) - [TamperingResult](docs/Model/TamperingResult.md) - [TorResult](docs/Model/TorResult.md) - [VirtualMachineResult](docs/Model/VirtualMachineResult.md) - [Visit](docs/Model/Visit.md) - [VpnResult](docs/Model/VpnResult.md) - [VpnResultMethods](docs/Model/VpnResultMethods.md) - [WebhookVisit](docs/Model/WebhookVisit.md) ## Documentation for Authorization ## ApiKeyHeader - **Type**: API key - **API key parameter name**: Auth-API-Key - **Location**: HTTP header ## ApiKeyQuery - **Type**: API key - **API key parameter name**: api_key - **Location**: URL query string ## Documentation for sealed results - [Sealed](docs/Sealed/Sealed.md) - [DecryptionKey](docs/Sealed/DecryptionKey.md) ## Tests To run the unit tests: ## Support To report problems, ask questions or provide feedback, please use [Issues](https://github.com/fingerprintjs/fingerprint-pro-server-api-php-sdk/issues). If you need private support, you can email us at [[email protected]](mailto:[email protected]). ## License This project is licensed under the [MIT License](https://github.com/fingerprintjs/fingerprint-pro-server-api-php-sdk/blob/main/LICENSE).

All versions of fingerprint-pro-server-api-sdk with dependencies

PHP Build Version
Package Version
Requires php Version >=7.1
ext-curl Version *
ext-json Version *
ext-mbstring Version *
guzzlehttp/guzzle Version ~7.2
ext-zlib Version *
ext-openssl Version *
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package fingerprint/fingerprint-pro-server-api-sdk contains the following files

Loading the files please wait ....