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.
Requires
- php: >=7.4
- ext-json: *
- guzzlehttp/guzzle: ^7.0
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
Example
Check out /example folder for more Python demos.
SDK Reference
Check out ID Analyzer PHP Reference