PHPackages                             unetway/recaptcha - 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. unetway/recaptcha

ActiveLibrary

unetway/recaptcha
=================

Пакет для работы с Recaptcha

0.1.1(2y ago)03MITPHPPHP ^7.4

Since Jun 10Pushed 2y ago1 watchersCompare

[ Source](https://github.com/unetway/recaptcha)[ Packagist](https://packagist.org/packages/unetway/recaptcha)[ Docs](https://github.com/unetway/recaptcha)[ RSS](/packages/unetway-recaptcha/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (1)Versions (3)Used By (0)

Recaptcha
=========

[](#recaptcha)

Пакет позволяет производить проверку reCAPTCHA на вашем сайте

Установка
---------

[](#установка)

```
$ composer require unetway/recaptcha

```

Использование
-------------

[](#использование)

```
use Unetway\Recaptcha;

$secretKey = 'Ваш секретный ключ рекапчи';
$response = 'Значение response';
$ip = $_SERVER['HTTP_CLIENT_IP'];

$recaptcha = new Recaptcha($secretKey);
if ($recaptcha->siteVerify($response, $ip)) {
 echo 'Вы человек :)';
} else {
 echo 'Вы бот!';
}

```

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity35

Early-stage or recently created project

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

Total

2

Last Release

792d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3e6c24f4cd42aabb517ee92c8a30a1b54f81fd749fc3b9a5b232f6c29d31f474?d=identicon)[condor](/maintainers/condor)

---

Tags

recaptcha

### Embed Badge

![Health badge](/badges/unetway-recaptcha/health.svg)

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

###  Alternatives

[anhskohbo/no-captcha

No CAPTCHA reCAPTCHA For Laravel.

1.8k8.5M33](/packages/anhskohbo-no-captcha)[josiasmontag/laravel-recaptchav3

Recaptcha V3 for Laravel package

2641.6M2](/packages/josiasmontag-laravel-recaptchav3)[albertcht/invisible-recaptcha

Invisible reCAPTCHA For Laravel.

6031.6M6](/packages/albertcht-invisible-recaptcha)[timehunter/laravel-google-recaptcha-v2

Laravel Package for google reCAPTCHA v2

1395.4k](/packages/timehunter-laravel-google-recaptcha-v2)[mostafaznv/recaptcha

Laravel package for Google Recaptcha v3

2127.5k](/packages/mostafaznv-recaptcha)

PHPackages © 2026

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