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

AbandonedArchivedLibrary[API Development](/categories/api)

unicheck/unicheck-corp-php-sdk
==============================

An SDK built to facilitate application development for Unicheck Corporate API 2.0+ (ex Unplag)

v1.0.0(9y ago)46.1k5[1 issues](https://github.com/unicheck/unicheck-corp-php-sdk/issues)[2 PRs](https://github.com/unicheck/unicheck-corp-php-sdk/pulls)MITPHPPHP &gt;=5.5.0

Since Jun 16Pushed 1y ago3 watchersCompare

[ Source](https://github.com/unicheck/unicheck-corp-php-sdk)[ Packagist](https://packagist.org/packages/unicheck/unicheck-corp-php-sdk)[ Docs](https://corpapi.unicheck.com/api/doc/)[ RSS](/packages/unicheck-unicheck-corp-php-sdk/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (3)Versions (2)Used By (0)

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

[](#deprecated-this-project-has-reached-the-end-of-its-development)

unicheck-corp-php-sdk
=====================

[](#unicheck-corp-php-sdk)

[![Packagist](https://camo.githubusercontent.com/0a521f374b73e3116fa393283535b0e0f3113832faa7a584450a5cdd62671ec3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f756e69636865636b2f756e69636865636b2d636f72702d7068702d73646b2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/unicheck/unicheck-corp-php-sdk)

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

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

[](#installation)

#### Using composer

[](#using-composer)

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

Usage
-----

[](#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
-------------

[](#help-and-docs)

- [Unicheck API Documentation](https://corpapi.unicheck.com/api/doc)

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance23

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3301d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/29285234?v=4)[unicheck](/maintainers/unicheck)[@unicheck](https://github.com/unicheck)

---

Top Contributors

[![unicheck](https://avatars.githubusercontent.com/u/29285234?v=4)](https://github.com/unicheck "unicheck (5 commits)")

---

Tags

phpsdkplagiarismplagcheckUnicheck

### Embed Badge

![Health badge](/badges/unicheck-unicheck-corp-php-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/unicheck-unicheck-corp-php-sdk/health.svg)](https://phpackages.com/packages/unicheck-unicheck-corp-php-sdk)
```

###  Alternatives

[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.2M46](/packages/tencentcloud-tencentcloud-sdk-php)[resend/resend-php

Resend PHP library.

596.2M36](/packages/resend-resend-php)[checkout/checkout-sdk-php

Checkout.com SDK for PHP

563.5M11](/packages/checkout-checkout-sdk-php)[mailchimp/transactional

529.5M18](/packages/mailchimp-transactional)[mozex/anthropic-laravel

Laravel integration for the Anthropic API: facade, config publishing, install command, testing fakes, messages, streaming, tool use, thinking, and batches.

72287.1k1](/packages/mozex-anthropic-laravel)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
