idanalyzer/id-analyzer-v2-php-sdk

ID scanning and verification PHP SDK for worldwide driver license, passport, ID card scanning and identity verification using ID Analyzer API V2.

1.0.2 2024-11-08 02:32 UTC

This package is auto-updated.

Last update: 2025-04-08 03:22:33 UTC


README

This is a PHP SDK for ID Analyzer Identity Verification APIs, though all the APIs can be called with without the SDK using simple HTTP requests as outlined in the documentation, you can use this SDK to accelerate server-side development.

We strongly discourage users to connect to ID Analyzer API endpoint directly from client-side applications that will be distributed to end user, such as mobile app, or in-browser JavaScript. Your API key could be easily compromised, and if you are storing your customer's information inside Vault they could use your API key to fetch all your user details. Therefore, the best practice is always to implement a client side connection to your server, and call our APIs from the server-side.

Installation

Install through composer

composer require idanalyzer/id-analyzer-v2-php-sdk

Quick Start

Quick start with client library

Api Document

ID Analyzer Document

Example

Check out /example folder for more Python demos.

SDK Reference

Check out ID Analyzer PHP Reference