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

ActiveLibrary[API Development](/categories/api)

cloakings/cloakings-mrclo
=========================

Cloakings Mr.Clo Client

1.2.0(1mo ago)03.5k↑14.3%1MITPHPPHP ^8.4

Since Dec 4Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/cloakings/cloakings-mrclo)[ Packagist](https://packagist.org/packages/cloakings/cloakings-mrclo)[ RSS](/packages/cloakings-cloakings-mrclo/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (11)Versions (12)Used By (0)

Cloakings Mr.Clo
================

[](#cloakings-mrclo)

Detect if user is bot or real user using mr-clo.com

Install
-------

[](#install)

```
composer require cloakings/cloakings-mrclo
```

Usage
-----

[](#usage)

### Basic Usage

[](#basic-usage)

Register at :

- Look for token in dashboard page
- Create domain

```
$request = \Symfony\Component\HttpFoundation\Request::createFromGlobals();
$cloaker = \Cloakings\CloakingsMrClo\MrCloCloaker(
    token: $token
);
$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 MrClo library

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

You can change params creating your own `MrCloParams`

```
$request = \Symfony\Component\HttpFoundation\Request::createFromGlobals();
$cloaker = \Cloakings\CloakingsMrClo\MrCloCloaker(
    token: $token,
    params: \Cloakings\CloakingsMrClo\MrCloParams(
        source: \Cloakings\CloakingsMrClo\MrCloSourceEnum::GoogleSearch,
        blockIos: true,
    )
);
$cloakerResult = $cloaker->handle($request);
```

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

[](#original-logic)

Original library is located at `doc/original`.

License for this repository doesn't cover that code.

###  Health Score

52

—

FairBetter than 96% of packages

Maintenance91

Actively maintained with recent releases

Popularity22

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity71

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 ~126 days

Recently: every ~315 days

Total

11

Last Release

44d ago

PHP version history (3 changes)1.0.0PHP &gt;=8.1

1.1.0PHP &gt;=8.3

1.2.0PHP ^8.4

### 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 (12 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

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

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

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k5.9M734](/packages/sylius-sylius)[kimai/kimai

Kimai - Time Tracking

4.8k9.0k1](/packages/kimai-kimai)[temporal/sdk

Temporal SDK

4072.9M25](/packages/temporal-sdk)[web-auth/webauthn-framework

FIDO2/Webauthn library for PHP and Symfony Bundle.

515100.5k3](/packages/web-auth-webauthn-framework)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M572](/packages/shopware-core)[bitrix24/b24phpsdk

An official PHP library for the Bitrix24 REST API

10244.2k5](/packages/bitrix24-b24phpsdk)

PHPackages © 2026

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