PHPackages                             rosgear/rg-wd-kcaptcha - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. rosgear/rg-wd-kcaptcha

ActiveComponent[Utility &amp; Helpers](/categories/utility)

rosgear/rg-wd-kcaptcha
======================

Widget "KCaptcha" for the RosGear web application

1.0(6d ago)00MITPHP

Since Jun 13Pushed yesterdayCompare

[ Source](https://github.com/rosgear/rg-wd-kcaptcha)[ Packagist](https://packagist.org/packages/rosgear/rg-wd-kcaptcha)[ Docs](https://rosgear.ru/component/rg-wd-kcaptcha/)[ RSS](/packages/rosgear-rg-wd-kcaptcha/feed)WikiDiscussions main Synced today

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

[Русский](#%D1%80%D1%83%D1%81%D1%81%D0%BA%D0%B8%D0%B9) | [English](#english)

---

[![Latest Stable Version](https://camo.githubusercontent.com/15def0f3519fee295a505e12e9aa09ad87eaf14f3686c185df62a97ef2655541/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f726f73676561722f72672d77642d6b636170746368612e737667)](https://packagist.org/packages/rosgear/rg-wd-kcaptcha)[![Total Downloads](https://camo.githubusercontent.com/d060cb5e50e7403d6dcf15a1a04a84f49947ce96334cb61c14ff575e8396bfb6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f726f73676561722f72672d77642d6b636170746368612e737667)](https://packagist.org/packages/rosgear/rg-wd-kcaptcha)[![Author](https://camo.githubusercontent.com/1e128b2774d1a07cf7c785b38bb5be0ffef3ad5ca311313eab6a71836847f37d/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f617574686f722d616e746f6e2e7469766f6e656e6b6f40676d61696c2e636f6d2d626c75652e737667)](mailto:anton.tivonenko@gmail)[![Source Code](https://camo.githubusercontent.com/091907245cfccef68b416c3275de73ee99bb05eb31e55004d90fbe4b330e8372/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f736f757263652d726f73676561722f72672d2d77642d2d6b636170746368612d626c75652e737667)](https://github.com/rosgear/rg-wd-kcaptcha)[![Software License](https://camo.githubusercontent.com/074b89bca64d3edc93a1db6c7e3b1636b874540ba91d66367c0e5e354c56d0ea/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e737667)](https://github.com/rosgear/rg-wd-kcaptcha/blob/main/LICENSE)[![Component type: widget](https://camo.githubusercontent.com/6ca275a42bd52c6bc56a3bd73e05479efe20bd0be5815291a0a0672d8d933f08/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f636f6d706f6e656e74253230747970652d7769646765742d677265656e2e737667)](https://camo.githubusercontent.com/6ca275a42bd52c6bc56a3bd73e05479efe20bd0be5815291a0a0672d8d933f08/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f636f6d706f6e656e74253230747970652d7769646765742d677265656e2e737667)[![Component ID: gm-wd-kcaptcha](https://camo.githubusercontent.com/db69ff2fab7dd6a25c7dfaf670fa75204af349ee39adc624bc1607399e1f4d66/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f636f6d706f6e656e7425323069642d72672e77642e6b636170746368612d677265656e2e737667)](https://camo.githubusercontent.com/db69ff2fab7dd6a25c7dfaf670fa75204af349ee39adc624bc1607399e1f4d66/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f636f6d706f6e656e7425323069642d72672e77642e6b636170746368612d677265656e2e737667)[![php 8.2+](https://camo.githubusercontent.com/b9650bc67fbe9468d5b9a9c0e738f8a492d477c26dd975407624353da58cbaf9/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d6d696e253230382e322d7265642e737667)](https://camo.githubusercontent.com/b9650bc67fbe9468d5b9a9c0e738f8a492d477c26dd975407624353da58cbaf9/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d6d696e253230382e322d7265642e737667)

[![](https://raw.githubusercontent.com/rosgear/rg-wd-kcaptcha/refs/heads/main/assets/images/icon.svg)](https://raw.githubusercontent.com/rosgear/rg-wd-kcaptcha/refs/heads/main/assets/images/icon.svg) Виджет «Капча KCaptcha»
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

[](#-виджет-капча-kcaptcha)

Виджет предназначен для защиты веб‑форм от автоматизированного спама посредством интеграции системы верификации KCaptcha.

### Пример применения

[](#пример-применения)

#### с менеджером виджетов:

[](#с-менеджером-виджетов)

```
$captcha = Ge::$app->widgets->get('rg.wd.kcaptcha', ['width' => 100, 'height' => 70]);
$captcha->run();

```

#### в шаблоне:

[](#в-шаблоне)

```
echo $this->widget('rg.wd.kcaptcha', ['width' => 100, 'height' => 70]);

```

#### с namespace:

[](#с-namespace)

```
use Rg\Widget\KCaptcha\Widget as KCaptcha;
(new KCaptcha(['width' => 100, 'height' => 70]))->render();

```

если namespace ранее не добавлен в PSR, необходимо выполнить:

```
Ge::$loader->addPsr4('Rg\Widget\KCaptcha\\', Ge::$app->modulePath . '/rg/rg.wd.kcaptcha/src');

```

#### вывод в тег изображения:

[](#вывод-в-тег-изображения)

```
$captcha = Ge::$app->widgets->get('rg.wd.kcaptcha', ['toHtml' => true]);
$captcha->run();
// результат:

```

#### с плохой реализацией:

[](#с-плохой-реализацией)

```
use Rg\Widget\KCaptcha\Widget as KCaptcha;
echo KCaptcha::widget(['width' => 100, 'height' => 70]);

```

т.к. используется буферизация вывода при рендере виджета.

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

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

Для добавления виджета в ваш проект, вы можете просто выполнить команду ниже:

```
$ composer require rosgear/rg-wd-kcaptcha

```

или добавить в файл composer.json вашего проекта:

```
"require": {
    "rosgear/rg-wd-kcaptcha": "*"
}

```

или скачать архив на [странице виджета](https://rosgear.ru/component/rg-wd-kcaptcha/) в каталоге приложений RosGear.

После добавления виджета в проект выполните его установку в редакцию веб‑приложения с помощью Панели управления GePanel.

[![](https://raw.githubusercontent.com/rosgear/rg-wd-kcaptcha/refs/heads/main/assets/images/icon.svg)](https://raw.githubusercontent.com/rosgear/rg-wd-kcaptcha/refs/heads/main/assets/images/icon.svg) Widget «KCaptcha»
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

[](#-widget-kcaptcha)

The widget is designed to protect web forms from automated spam by integrating the KCaptcha verification system.

### Installation

[](#installation)

To add the widget to your project, you can simply run the command below:

```
$ composer require rosgear/rg-wd-kcaptcha

```

or add to your project's composer.json file:

```
"require": {
    "rosgear/rg-wd-kcaptcha": "*"
}

```

or download the archive from the [widget page](https://rosgear.ru/component/rg-wd-kcaptcha/) in the RosGear application catalog.

After adding the widget to the project, install it into the web application edition using the GePanel Control Panel.

###  Health Score

36

—

LowBetter than 79% of packages

Maintenance100

Actively maintained with recent releases

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity33

Early-stage or recently created project

 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

6d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/da606e9ab44bbc24872d12cbb07126db07bddd2efa693614484e2936467628e2?d=identicon)[antonius-ti](/maintainers/antonius-ti)

---

Top Contributors

[![antonius-ti](https://avatars.githubusercontent.com/u/287449617?v=4)](https://github.com/antonius-ti "antonius-ti (19 commits)")

---

Tags

cmswidgetrosgear

### Embed Badge

![Health badge](/badges/rosgear-rg-wd-kcaptcha/health.svg)

```
[![Health](https://phpackages.com/badges/rosgear-rg-wd-kcaptcha/health.svg)](https://phpackages.com/packages/rosgear-rg-wd-kcaptcha)
```

PHPackages © 2026

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