Download the PHP package rstmgsnvimax/irisnet-ai-php-api-client without Composer

On this page you can find all versions of the php package rstmgsnvimax/irisnet-ai-php-api-client. 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 irisnet-ai-php-api-client

IrisnetPHPClient

Artificial Intelligence (AI) for image- and video-processing in real-time. This is an interactive documentation where you can quickly look up the endpoints and their schemas, while having the opportunity to try things out for yourself.

In the list below, you can see the available endpoints of the API, which can be expanded by clicking on them. Each expanded endpoint lists the request parameters (if available) and the request body (if available). The request body can list some example bodies and the schema, explaining each model in detail.

Additionally you'll find a 'Try it out' button that allows you to enter your custom parameters and custom body and execute that against the API. Be sure to enter your license key to authorize the requests before using this documentation interactively.

The responses section in the expanded endpoint lists the possible responses with their corresponding status codes. If you've executed an API call it will also show you the response from the server.

Underneath the endpoints you'll find the model schemas. These are the models used for the requests and responses. If you click on the right arrow, you can expand the model and get a description of the model and the model parameters. For nested models, you can keep clicking the right arrow for further details.

Clicking the link below the title at the top of this page opens the OpenAPI specification (OAS3) in JSON format. The OAS3 Spec allows the generation of clients in many programming languages. There are several free client generators available that can be used to get started easily.

For more information, please visit https://shop.airisprotect.com.

Installation & Usage

Requirements

PHP 8.1 and later.

Composer

To install the bindings via Composer, add the following to composer.json:

Then run composer install

Manual Installation

Download the files and include autoload.php:

Getting Started

Please follow the installation procedure and then run the following:

API Endpoints

All URIs are relative to https://api.irisnet.de

Class Method HTTP request Description
AICheckOperationsApi ageVerification POST /v2/age-verification/{configId} Perform an age verfication check for a given selfie with the AI.
AICheckOperationsApi checkIdDocument POST /v2/check-id-document/{configId} Check an id document with the AI.
AICheckOperationsApi checkImage POST /v2/check-image/{configId} Check an image with the AI.
AICheckOperationsApi checkPoaDocument POST /v2/check-poa-document/{configId} Perform an proof of address check with the AI.
AICheckOperationsApi checkStream POST /v2/check-stream/{configId} Check a stream with the AI.
AICheckOperationsApi checkVideo POST /v2/check-video/{configId} Check a video with the AI.
AICheckOperationsApi faceAuthentication POST /v2/face-authentication/{configId} Perform a face authentication for a given selfie with the AI.
AICheckOperationsApi liveDocumentCheck POST /v2/check-live-id-document/{configId} Start a guided live id document check with the AI.
BalanceEndpointsApi getCost GET /v2/cost/{configId} Get the cost of the configuration for a single image.
BalanceEndpointsApi getLicenseInfo GET /v2/info/ Get information for the given license key.
BalanceEndpointsApi getVideoCost GET /v2/cost/{configId}/{frames} Get the cost of the configuration for moving images.
BalanceEndpointsApi getVideoCost1 GET /v2/cost/{configId}/{fps}/{duration} Get the cost of the configuration for moving images.
ConfigurationManagementApi deleteConfig DELETE /v2/config/{configId} Delete an AI configuration.
ConfigurationManagementApi getAllConfigs GET /v2/config/ List all saved AI configurations.
ConfigurationManagementApi getConfig GET /v2/config/{configId} Get a specific AI configuration.
ConfigurationManagementApi setConfig POST /v2/config/ Create a new AI configuration.
DetailedConfigurationParametersApi clearParameters DELETE /v2/config/parameters/{configId} Delete the parameters of the AI configuration.
DetailedConfigurationParametersApi getParameters GET /v2/config/parameters/{configId} Get the parameters of the AI configuration.
DetailedConfigurationParametersApi setParameters POST /v2/config/parameters/{configId} Set parameters to the given AI configuration.

Models

Authorization

Authentication schemes defined for the API:

LICENSE-KEY

Tests

To run the tests, use:

Author

[email protected]

About this package

This PHP package is automatically generated by the OpenAPI Generator project:


All versions of irisnet-ai-php-api-client with dependencies

PHP Build Version
Package Version
Requires php Version ^8.1
ext-curl Version *
ext-json Version *
ext-mbstring Version *
guzzlehttp/guzzle Version ^7.3 || ^7.4
guzzlehttp/psr7 Version ^1.7 || ^2.0
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 rstmgsnvimax/irisnet-ai-php-api-client contains the following files

Loading the files please wait ...