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

ActiveLibrary[API Development](/categories/api)

verifymycontent/sdk
===================

VerifyMyContent SDK

v2.4.1(1y ago)019.2k↓34.4%23MITPHPPHP ^7.4|^8.0CI passing

Since Nov 25Pushed 1y ago1 watchersCompare

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

READMEChangelog (10)Dependencies (3)Versions (21)Used By (3)

VerifyMyContent PHP SDK
=======================

[](#verifymycontent-php-sdk)

PHP SDK to use the VerifyMyContent services (Identity Verification, Content Moderation, and Content Complaint).

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

[](#installation)

```
composer require verifymycontent/sdk
```

Get Started
-----------

[](#get-started)

The main class to handle the moderation integration process is the `VerifyMyContent\VerifyMyContent`. It will abstract the HMAC generation for the API calls.

### Start an Identity Verification

[](#start-an-identity-verification)

Use the `createIdentityVerification` of the `VerifyMyContent\SDK\IdentityVerification\IdentityVerificationClient` abstraction inside `VerifyMyContent\VerifyMyContent` passing an `VerifyMyContent\SDK\IdentityVerification\Entity\Requests\CreateIdentityVerificationRequest` and receiving an `VerifyMyContent\SDK\IdentityVerification\Entity\Responses\CreateIdentityVerificationResponse`.

```
