PHPackages                             hiroshiaki/datafabric-sdk-php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. hiroshiaki/datafabric-sdk-php

ActiveLibrary[API Development](/categories/api)

hiroshiaki/datafabric-sdk-php
=============================

Official PHP SDK for DataFabric API - KYC verification, maps, routing, and more

v0.1.3(5mo ago)115MITPHPPHP ^8.0CI passing

Since Nov 26Pushed 5mo ago1 watchersCompare

[ Source](https://github.com/hiroshiaki/datafabric-sdk-php)[ Packagist](https://packagist.org/packages/hiroshiaki/datafabric-sdk-php)[ Docs](https://datafabric.hiroshiaki.com)[ RSS](/packages/hiroshiaki-datafabric-sdk-php/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (4)Versions (6)Used By (0)

DataFabric PHP SDK
==================

[](#datafabric-php-sdk)

[![Pipeline Status](https://camo.githubusercontent.com/a0dc9f1d6319b8e7e03ffee39ed1b7751c7857859b9ac205fd594236d4a3b814/68747470733a2f2f6769746c61622e6869726f736869616b692e636f6d3a383838362f6869726f7368692d616b692f646174616661627269632d73646b2d7068702f6261646765732f6d61696e2f706970656c696e652e737667)](https://gitlab.hiroshiaki.com:8886/hiroshi-aki/datafabric-sdk-php/-/commits/main)[![Latest Version](https://camo.githubusercontent.com/307558ff44a37b70812579daf65ed1ba74710ba9790724ce1487988cc6269ecf/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6869726f736869616b692f646174616661627269632d73646b2d7068702e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/hiroshiaki/datafabric-sdk-php)[![License](https://camo.githubusercontent.com/8503cee8151b1f30e9e790285c28f4fdb67f27d22f8fa5af9fafa5898e228bc6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6869726f736869616b692f646174616661627269632d73646b2d7068702e7376673f7374796c653d666c61742d737175617265)](LICENSE)[![PHP Version](https://camo.githubusercontent.com/f52229cf1cf5cf0d0acb69d0900d2576925538fa65020942bde43815caaa7c34/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f6869726f736869616b692f646174616661627269632d73646b2d7068702e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/hiroshiaki/datafabric-sdk-php)

Official PHP SDK for the DataFabric API. Integrate KYC verification, maps, routing, and more into your PHP applications.

Features
--------

[](#features)

- **✨ AI-Powered OCR** - Automatic document data extraction using GPT-4o Vision, Gemini 2.0 Flash, and Claude 3 Opus
- **KYC Verification** - Identity verification and document checks with risk scoring
- **Document Upload** - Upload ID cards, passports, driver's licenses with image validation
- **Easy Integration** - Simple, intuitive API with strongly-typed responses
- **PSR-4 Autoloading** - Modern PHP standards
- **Fully Typed** - PHP 8.0+ with strict type declarations
- **Test &amp; Live Modes** - Separate environments for development and production
- **Comprehensive Error Handling** - Custom exceptions with detailed messages
- **Webhook Support** - Real-time notifications for async processing

Requirements
------------

[](#requirements)

- PHP 8.0 or higher
- Composer
- ext-json (typically included with PHP)
- GuzzleHTTP 7.0 or higher

Installation
------------

[](#installation)

Install via Composer:

```
composer require hiroshiaki/datafabric-sdk-php
```

Quick Start
-----------

[](#quick-start)

```
