PHPackages                             cloakings/cloakings-cloakit - 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. cloakings/cloakings-cloakit

ActiveLibrary

cloakings/cloakings-cloakit
===========================

Cloakings CloakIT Client

1.1.0(1y ago)131MITPHPPHP &gt;=8.3

Since Oct 2Pushed 1y ago1 watchersCompare

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

READMEChangelogDependencies (4)Versions (6)Used By (0)

Cloakings CloakIT
=================

[](#cloakings-cloakit)

Detect if user is bot or real user using cloakit.pro

Install
-------

[](#install)

```
composer require cloakings/cloakings-cloakit
```

Usage
-----

[](#usage)

### Basic Usage

[](#basic-usage)

Register at . Create campaign:

- Link to the target page: `real.php`
- Link for bots: `fake.php`

Click "download code" for plain PHP or Wordpress and look for:

- clientId
- clientCompany
- clientSecret

```
$request = \Symfony\Component\HttpFoundation\Request::createFromGlobals();
$cloaker = \Cloakings\CloakingsCloakIt\CloakItCloaker(
    companyId: $companyId,
);
$cloakerResult = $cloaker->handle($request);
```

Check if result mode is `CloakModeEnum::Fake` or `CloakModeEnum::Real` and do something with it.

If you want to render result like the original CloakIT library

```
$baseIncludeDir = __DIR__; // change to your dir with real.php and fake.php
$renderer = \Cloakings\CloakingsCloakIt\CloakItRenderer();
$response = $renderer->render($cloakerResult);
```

Original Logic
--------------

[](#original-logic)

Original library is located at `doc/original`.

License for this repository doesn't cover that code.

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance32

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity65

Established project with proven stability

 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

Every ~158 days

Total

5

Last Release

686d ago

PHP version history (2 changes)1.0PHP &gt;=8.1

1.1.0PHP &gt;=8.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/df3e7060fb5777768e7bb133e98b1e7dfcc788f25fe6dc445acf7036da5c0c3e?d=identicon)[luchaninov](/maintainers/luchaninov)

---

Top Contributors

[![luchaninov](https://avatars.githubusercontent.com/u/3829796?v=4)](https://github.com/luchaninov "luchaninov (7 commits)")

---

Tags

cloakingcloakitphpphp-librarytraffictraffic-analysis

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/cloakings-cloakings-cloakit/health.svg)

```
[![Health](https://phpackages.com/badges/cloakings-cloakings-cloakit/health.svg)](https://phpackages.com/packages/cloakings-cloakings-cloakit)
```

###  Alternatives

[elgg/elgg

Elgg is an award-winning social networking engine, delivering the building blocks that enable businesses, schools, universities and associations to create their own fully-featured social networks and applications.

1.7k15.7k5](/packages/elgg-elgg)[api-platform/metadata

API Resource-oriented metadata attributes and factories

223.5M96](/packages/api-platform-metadata)[phpro/http-tools

HTTP tools for developing more consistent HTTP implementations.

28137.8k](/packages/phpro-http-tools)[flowwow/cloudpayments-php-client

cloudpayments api client

2188.2k](/packages/flowwow-cloudpayments-php-client)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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