PHPackages                             eve-php/eve-plugin-captcha - 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. [Security](/categories/security)
4. /
5. eve-php/eve-plugin-captcha

ActivePlugin[Security](/categories/security)

eve-php/eve-plugin-captcha
==========================

Google Captcha Plugin for the Eve Framework

16PHP

Since Nov 10Pushed 10y ago2 watchersCompare

[ Source](https://github.com/Eve-PHP/eve-plugin-captcha)[ Packagist](https://packagist.org/packages/eve-php/eve-plugin-captcha)[ RSS](/packages/eve-php-eve-plugin-captcha/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

[![logo](https://camo.githubusercontent.com/683ba05b2b51f50045c674b19a4f0ceb30702a8ab495623be7c02e07ab226f08/687474703a2f2f6564656e2e6f70656e6f766174652e636f6d2f6173736574732f696d616765732f636c6f75642d736f6369616c2e706e67)](https://camo.githubusercontent.com/683ba05b2b51f50045c674b19a4f0ceb30702a8ab495623be7c02e07ab226f08/687474703a2f2f6564656e2e6f70656e6f766174652e636f6d2f6173736574732f696d616765732f636c6f75642d736f6369616c2e706e67) Eve Captcha Plugin
========================================================================================================================================================================================================================================================================================================================================================================================================================================================================

[](#-eve-captcha-plugin)

Google Captcha for the Eve Framework
====================================

[](#google-captcha-for-the-eve-framework)

[![Build Status](https://camo.githubusercontent.com/179a58a14c401851950de035c024d6468688842b154d36c0d2cf130f1350dab3/68747470733a2f2f7472617669732d63692e6f72672f4576652d5048502f6576652d706c7567696e2d636170746368612e737667)](https://travis-ci.org/eve-php/eve-plugin-captcha) [![Latest Stable Version](https://camo.githubusercontent.com/933113f6ee5435d47c46cb3d01bb8cdec769c3b4bf67c0bb8799f61bb0cef1ac/68747470733a2f2f706f7365722e707567782e6f72672f6576652d7068702f6576652d706c7567696e2d636170746368612f762f737461626c65)](https://packagist.org/packages/eve-php/eve-plugin-captcha) [![Total Downloads](https://camo.githubusercontent.com/29c7b9efa6661b0ed38149e50f2cd8d9cb45be8f0cb3d2b48b0fd1807e1d82b2/68747470733a2f2f706f7365722e707567782e6f72672f6576652d7068702f6576652d706c7567696e2d636170746368612f646f776e6c6f616473)](https://packagist.org/packages/eve-php/eve-plugin-captcha) [![Latest Unstable Version](https://camo.githubusercontent.com/e0c0959b4248fcf55bd59da31549554e61fece96d4b7d5bf569138a9f03faf56/68747470733a2f2f706f7365722e707567782e6f72672f6576652d7068702f6576652d706c7567696e2d636170746368612f762f756e737461626c65)](https://packagist.org/packages/eve-php/eve-plugin-captcha) [![License](https://camo.githubusercontent.com/a9c694be9cc5aaa4050e25a9009f3dd455a9a388533cb2f7957abc1abd71b244/68747470733a2f2f706f7365722e707567782e6f72672f6576652d7068702f6576652d706c7567696e2d636170746368612f6c6963656e7365)](https://packagist.org/packages/eve-php/eve-plugin-captcha)
===================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================

[](#----)

- [Install](#install)
- [Usage](#usage)

====

Install
-------

[](#install)

`composer install eve-php/eve-plugin-captcha`

====

Usage
-----

[](#usage)

1. Add this in public/index.php towards the top of the bootstrap chain.

```
//CAPTCHA
->add(Eve\Plugin\Captcha\Setup::i()->import('KEY', 'SECRET', '1234567890'))

```

- `'KEY'` is the ID given by Google.
- `'1234567890'` is the SECRET given by Google.
- `'1234567890'` is the escape key you use when writing tests for pages using this plugin.

2. For each route, determine whether a CSRF ID should be generated and/or checked as in

```
'/product/create' => array(
	'method' => 'ALL',
	'make_captcha' => true,
	'check_captcha' => true,
	'class' => '\\Eve\\App\\Front\\Action\\Product\\Create'
),

```

3. In each form template add before the form tag

```

	{{_ 'Are you a robot ?'}}

```

4. Done ;)

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/120378?v=4)[Christian Blanquera](/maintainers/cblanquera)[@cblanquera](https://github.com/cblanquera)

### Embed Badge

![Health badge](/badges/eve-php-eve-plugin-captcha/health.svg)

```
[![Health](https://phpackages.com/badges/eve-php-eve-plugin-captcha/health.svg)](https://phpackages.com/packages/eve-php-eve-plugin-captcha)
```

###  Alternatives

[mews/purifier

Laravel 5/6/7/8/9/10 HtmlPurifier Package

2.0k18.7M143](/packages/mews-purifier)[paragonie/ecc

PHP Elliptic Curve Cryptography library

24820.0k38](/packages/paragonie-ecc)

PHPackages © 2026

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