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.1.0(1y ago)03.2k↓50%1MITPHPPHP &gt;=8.3

Since Dec 4Pushed 1y 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 1mo ago

READMEChangelogDependencies (5)Versions (11)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

36

—

LowBetter than 82% of packages

Maintenance32

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity67

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

Recently: every ~142 days

Total

10

Last Release

686d ago

PHP version history (2 changes)1.0.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 (11 commits)")

###  Code Quality

TestsPHPUnit

### 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.4k5.6M651](/packages/sylius-sylius)[temporal/sdk

Temporal SDK

4002.2M18](/packages/temporal-sdk)[algolia/algoliasearch-client-php

API powering the features of Algolia.

69333.0M114](/packages/algolia-algoliasearch-client-php)[storyblok/php-content-api-client

PHP Client for Storyblok Content API

11136.8k4](/packages/storyblok-php-content-api-client)[webit/w-firma-api

wFirma.pl API

1820.2k](/packages/webit-w-firma-api)

PHPackages © 2026

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