PHPackages                             verifyo/php-sdk - 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. verifyo/php-sdk

ActiveLibrary[API Development](/categories/api)

verifyo/php-sdk
===============

Official PHP SDK for Verifyo Zero-Knowledge KYC API

00PHP

Since Sep 12Pushed 8mo agoCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Verifyo PHP SDK
===============

[](#verifyo-php-sdk)

[![License](https://camo.githubusercontent.com/f8df3091bbe1149f398a5369b2c39e896766f9f6efba3477c63e9b4aa940ef14/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d677265656e)](https://camo.githubusercontent.com/f8df3091bbe1149f398a5369b2c39e896766f9f6efba3477c63e9b4aa940ef14/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d677265656e) [![Status](https://camo.githubusercontent.com/f3adeea933a64c2014c89092040b8c02f4931f3f5a5d46a189133d4ac21d0ebf/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7374617475732d737461626c652d627269676874677265656e)](https://camo.githubusercontent.com/f3adeea933a64c2014c89092040b8c02f4931f3f5a5d46a189133d4ac21d0ebf/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7374617475732d737461626c652d627269676874677265656e) [![Latest Version](https://camo.githubusercontent.com/ce9c36af68e65439cd034321192fa21530d097a85e24d8e7caab599dd4381bc2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7665726966796f2f7068702d73646b2e737667)](https://packagist.org/packages/verifyo/php-sdk)[![PHP Version](https://camo.githubusercontent.com/40e060ab82af23b8901f3e1f863367e1de8b44842efa24476d1d1c96f5f26b0a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f7665726966796f2f7068702d73646b2e737667)](https://packagist.org/packages/verifyo/php-sdk)

Official PHP SDK for the [Verifyo](https://verifyo.com) Zero-Knowledge KYC API. Verify wallet addresses for KYC compliance without exposing user personal data.

Features
--------

[](#features)

- ✅ **Zero-Knowledge KYC Verification** - Check wallet KYC status without accessing personal data
- 🔐 **Secure Authentication** - API key-based authentication with automatic error handling
- 📊 **Rate Limit Monitoring** - Built-in rate limit tracking and warnings
- 🛡️ **AML Screening** - Complete anti-money laundering compliance checks
- 🌍 **Multi-Chain Support** - Works with 190+ cryptocurrencies and blockchains
- 🔄 **Robust Error Handling** - Comprehensive exception handling for production use
- 📱 **Type-Safe** - Full PHP 7.4+ type declarations and IDE support

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

[](#installation)

Install via Composer:

```
composer require verifyo/php-sdk
```

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

[](#requirements)

- PHP 7.4 or higher
- Guzzle HTTP client (automatically installed)
- Valid Verifyo API key

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

[](#quick-start)

```
