Download the PHP package verifymycontent/identity-check without Composer
On this page you can find all versions of the php package verifymycontent/identity-check. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download verifymycontent/identity-check
More information about verifymycontent/identity-check
Files in verifymycontent/identity-check
Download verifymycontent/identity-check
More information about verifymycontent/identity-check
Files in verifymycontent/identity-check
Vendor verifymycontent
Package identity-check
Short Description VerifyMyContent Identity Check API SDK
License MIT
Package identity-check
Short Description VerifyMyContent Identity Check API SDK
License MIT
Please rate this library. Is it a good library?
Informations about the package identity-check
VerifyMyContent Identity-Check PHP SDK
PHP SDK to use VerifyMyContent Identity-Check OAuth service.
Installation
Get Started
The main class to handle the moderation integration process is the \VerifyMyContent\IdentityCheck\VMC. It will abstract the HMAC generation for the API calls.
Start an Identity Verification
Retrieve Identity Verification by ID
Retrieves a specific identity verification to get current status.
- Pass the
id
of the identity verification to thegetIdentityVerification
method. - Receive an
\VerifyMyContent\SDK\IdentityVerification\Entity\Responses\GetIdentityVerificationResponse
(library used internally by this sdk).
Receive an Identity Verification Webhook
Receive a webhook from VerifyMyContent when the identity verification status changes.
- Receive a webhook from VerifyMyContent with the
$_POST
data that can be parsed using methodparseIdentityVerificationWebhookPayload
.
Add allowed redirect urls
Update the list of allowed redirect urls
Remove allowed redirect urls
Remove allowed redirect urls from the list
All versions of identity-check with dependencies
PHP Build Version
Package Version
Requires
verifymycontent/sdk Version
^2.4.0
The package verifymycontent/identity-check contains the following files
Loading the files please wait ....