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

ActiveOxideshop-module

seemannit/recaptcha
===================

ReCaptcha module for OXID eShop.

v2.0(6y ago)64713[1 issues](https://github.com/marten-seemann/OXID_recaptcha/issues)MITPHPPHP &gt;=7.0

Since Jan 6Pushed 6y ago3 watchersCompare

[ Source](https://github.com/marten-seemann/OXID_recaptcha)[ Packagist](https://packagist.org/packages/seemannit/recaptcha)[ Docs](https://www.oxid-responsive.com)[ RSS](/packages/seemannit-recaptcha/feed)WikiDiscussions master Synced 1mo ago

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

ReCaptcha for OXID
==================

[](#recaptcha-for-oxid)

Implements [Google's ReCaptcha](https://www.google.com/recaptcha) into OXID eShops.

Installation
------------

[](#installation)

Download the [latest release](../../releases/latest) and copy the contents of the folder `copy_this` to your server. **Do NOT** download the source files and just upload them to your server, that won't work.

Generate a key pair on  and set the values in the module settings in the OXID backend. Then activate the module.

### for ROXID users

[](#for-roxid-users)

No further action required.

### for users of other templates

[](#for-users-of-other-templates)

In addition to that, for users of other templates, some additional blocks to the template. The following files have to be modified:

- `form/contact.tpl`
- `form/pricealarm.tpl`
- `form/suggest.tpl`
- `form/privatesales/invite.tpl`

Enclose the label in a block named *captcha\_label*, for example in the `form/contact.tpl`, replace (around line 56)

```
[{ oxmultilang ident="VERIFICATION_CODE" suffix="COLON" }]
```

by

```

    [{block name="captcha_label"}]
        [{ oxmultilang ident="VERIFICATION_CODE" suffix="COLON" }]
    [{/block}]

```

and the actual captcha in a block named *captcha\_body*

```
[{assign var="oCaptcha" value=$oView->getCaptcha() }]
[{if $oCaptcha->isImageVisible()}]

[{else}]
    [{$oCaptcha->getText()}]
[{/if}]

    [{ oxmultilang ident="ERROR_MESSAGE_INPUT_NOTALLFIELDS" }]

```

by

```
[{block name="captcha_body"}]
    [{assign var="oCaptcha" value=$oView->getCaptcha() }]
    [{if $oCaptcha->isImageVisible()}]

    [{else}]
        [{$oCaptcha->getText()}]
    [{/if}]

        [{ oxmultilang ident="ERROR_MESSAGE_INPUT_NOTALLFIELDS" }]

[{/block}]
```

Similar modifications have to be performed for the other three files listed above.

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity60

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

Total

3

Last Release

2218d ago

Major Versions

v1.1 → v2.02020-04-22

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1478487?v=4)[Marten Seemann](/maintainers/marten-seemann)[@marten-seemann](https://github.com/marten-seemann)

---

Top Contributors

[![marten-seemann](https://avatars.githubusercontent.com/u/1478487?v=4)](https://github.com/marten-seemann "marten-seemann (8 commits)")

---

Tags

OXIDmoduleseshoprecpathca

### Embed Badge

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

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

###  Alternatives

[oxid-esales/oxideshop-ce

This package contains OXID eShop CE source code.

2381.1M191](/packages/oxid-esales-oxideshop-ce)[oxid-esales/paypal-module

This is the PayPal module for the OXID eShop.

36513.5k2](/packages/oxid-esales-paypal-module)[ddoe/wysiwyg-editor-module

Summernote WYSIWYG Editor for OXID eShop.

19981.7k2](/packages/ddoe-wysiwyg-editor-module)[oxid-esales/gdpr-optin-module

This is the GDPR opt-in module for the OXID eShop.

20459.1k2](/packages/oxid-esales-gdpr-optin-module)[oxid-esales/paymorrow-module

This is Paymorrow module for OXID eShop.

18238.2k](/packages/oxid-esales-paymorrow-module)[oxid-esales/testing-library

OXID eShop testing library

13374.0k10](/packages/oxid-esales-testing-library)

PHPackages © 2026

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