Download the PHP package idanalyzer/id-analyzer-v2-php-sdk without Composer

On this page you can find all versions of the php package idanalyzer/id-analyzer-v2-php-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 id-analyzer-v2-php-sdk

ID Analyzer PHP SDK โ€” Identity Verification, KYC, Document & Biometric API

Packagist version PHP version

Official PHP client library for the ID Analyzer API v2 โ€” automate identity document verification, KYC onboarding and biometric checks in minutes.

Scan and authenticate passports, driver's licenses, ID cards, visas and residence permits from 190+ countries, run 1:1 face match and liveness detection, screen against AML / PEP / sanctions watchlists, and onboard users remotely with DocuPass hosted verification & e-signature.

Features

โš ๏ธ Never embed your API key in client-side apps (mobile, browser JS). Call the API from your server.

Installation

Requires PHP 7.4+ (Guzzle 7, PSR-4).

Authentication & region

Pass the zone as the second constructor argument โ€” "us" (default, https://api2.idanalyzer.com) or "eu" (https://api2-eu.idanalyzer.com):

Usage

Every endpoint is a request class under IDAnalyzer2\Api\โ€ฆ. Set its public properties, then call $client->Do($request), which returns a [$result, $err] tuple โ€” $result is the decoded response object and $err is an ApiError (or null). Image/document inputs accept a base64 string, a file path/URL, or a ref: cache reference from a previous scan.

Examples

Document scanning

Biometric โ€” face match & liveness

AML / PEP / sanctions screening

Contracts โ€” generate & manage templates

Transactions โ€” history, decisions, vault & export

DocuPass โ€” hosted remote verification & e-signature

KYC profiles

Webhooks & account

Runnable versions of every example are in the /example folder.

API reference

Group Request classes (IDAnalyzer2\Api\โ€ฆ) Endpoint
Scanner Scanner\StandardScan POST /scan
Scanner\QuickScan POST /quickscan
Scanner\VeryQuickScan POST /veryquickscan
Biometric Biometric\FaceVerification POST /face
Biometric\LivenessVerification POST /liveness
AML AML\AMLSearch POST /aml
AML\AMLV3Search POST /amlv3
Contract Contract\GenerateContract POST /generate
Contract\CreateTemplate / LsTemplate / TemplateDetail / EdTemplate / RmTemplate /contract
Transaction Transaction\LsTransaction / TransactionDetail / EdTransaction / RmTransaction /transaction
Transaction\ExportTransaction POST /export/transaction
Transaction\OutputImage / OutputFile /imagevault ยท /filevault
Docupass Docupass\CreateDocupass / LsDocupass / DocupassDetail / RmDocupass /docupass
Profile Profile\CreateProfile / LsProfile / ProfileDetail / EdProfile / RmProfile / ExportProfile /profile
Webhook Webhook\LsWebhook / ResendWebhook / RmWebhook /webhook
Account Account\MyAccount GET /myaccount

Full parameter-level reference: developer.idanalyzer.com/help/php.

Resources

Other ID Analyzer SDKs

PHP ยท Python ยท Node.js ยท .NET ยท Java ยท Go

License

MIT ยฉ ID Analyzer โ€” see LICENSE.


All versions of id-analyzer-v2-php-sdk with dependencies

PHP Build Version
Package Version
Requires php Version >=7.4
guzzlehttp/guzzle Version ^7.0
ext-json 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 idanalyzer/id-analyzer-v2-php-sdk contains the following files

Loading the files please wait ...