Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

unicheck/unicheck-corp-php-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[DEPRECATED] This project has reached the end of its development

unicheck-corp-php-sdk

Packagist

PHP SDK for Unicheck.com corporate API 2.0+.
SDK implements API methods in PHP OOP way.

Installation

Using composer

#Require Unicheck sdk
php composer.phar require unicheck/unicheck-corp-php-sdk

Usage

//create Unicheck client
$unicheck = new Unicheck('YOUR-API-KEY', 'YOUR-API-SECRET');

//upload file
$file = $unicheck->fileUpload(PayloadFile::bin($testText), 'txt');

//start check
$checkParam = new CheckParam($file['id']);
$checkParam->setType(CheckParam::TYPE_WEB);

$check = $unicheck->checkCreate($checkParam);

echo 'Check started!' . PHP_EOL;
var_dump($check);

Help and docs

About

PHP SDK for Unicheck.com corporate API

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages