PHPackages                             smartsolutionsitaly/cakephp-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. [Security](/categories/security)
4. /
5. smartsolutionsitaly/cakephp-recaptcha

ActiveCakephp-plugin[Security](/categories/security)

smartsolutionsitaly/cakephp-recaptcha
=====================================

reCAPTCHA component for CakePHP

1.0.8(6y ago)038MITPHPPHP ^7.0

Since Jun 19Pushed 6y agoCompare

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

READMEChangelog (5)Dependencies (1)Versions (6)Used By (0)

cakephp-recaptcha
=================

[](#cakephp-recaptcha)

[![LICENSE](https://camo.githubusercontent.com/701074d931141914db21c74d6d9eeb6ba84e82dfddcec85b417cd0bd4e1a20b4/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f736d617274736f6c7574696f6e736974616c792f63616b657068702d7265636170746368612e737667)](LICENSE)[![packagist](https://camo.githubusercontent.com/a239f56a5572569d8777b94d25b0609be71f63b3d1d7bc0c85949db7dfb1d4b9/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7061636b61676973742d736d617274736f6c7574696f6e736974616c7925324663616b657068702d2d7265636170746368612d627269676874677265656e2e737667)](https://packagist.org/packages/smartsolutionsitaly/cakephp-recaptcha)[![issues](https://camo.githubusercontent.com/5813ef4d08a6e90cce74a378dbe3276dbe4e80789ea1c2226b69da21bb7e09ab/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f736d617274736f6c7574696f6e736974616c792f63616b657068702d7265636170746368612e737667)](https://github.com/smartsolutionsitaly/cakephp-recaptcha/issues)[![CakePHP](https://camo.githubusercontent.com/5071f1f85eaf6974012edb723cb6324f94bd67babb2de1c7a2e9f65ebe45d78d/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f43616b655048502d332e352532422d627269676874677265656e2e737667)](https://github.com/cakephp/cakephp)

reCAPTCHA component for [CakePHP](https://github.com/cakephp/cakephp)

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

[](#installation)

You can install *cakephp-recaptcha* into your project using [Composer](https://getcomposer.org).

```
$ composer require smartsolutionsitaly/cakephp-recaptcha
```

Setup
-----

[](#setup)

The plugin can be installed in two ways.

### Terminal Command

[](#terminal-command)

Use this command in your terminal:

```
bin/cake plugin load SmartSolutionsItaly/CakePHP/ReCaptcha
```

### Editing Bootstrap Config

[](#editing-bootstrap-config)

Edit the `config/bootstrap.php` file and adding

```
Plugin::load('SmartSolutionsItaly/CakePHP/ReCaptcha');
```

at the end of the file.

### Editing Application.php

[](#editing-applicationphp)

Edit the `src/Application.php` file and adding

```
$this->addPlugin('SmartSolutionsItaly/CakePHP/ReCaptcha');
```

in the bootstrap() function.

```
public function bootstrap()
{
  parent::bootstrap();

  $this->addPlugin('SmartSolutionsItaly/CakePHP/ReCaptcha');
}
```

License
-------

[](#license)

Licensed under The MIT License For full copyright and license information, please see the [LICENSE](LICENSE)Redistributions of files must retain the above copyright notice.

Copyright
---------

[](#copyright)

Copyright (c) 2018 Smart Solutions S.r.l. ()

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity61

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

Total

5

Last Release

2529d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e7ea26c285d2fb8797369adeb31e5771d4613baafa25bee6293125fd76a9fc51?d=identicon)[smartsolutions](/maintainers/smartsolutions)

---

Top Contributors

[![DevSmartSolutions](https://avatars.githubusercontent.com/u/26815179?v=4)](https://github.com/DevSmartSolutions "DevSmartSolutions (15 commits)")

---

Tags

securitycakephprecaptchacomponentform

### Embed Badge

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

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

###  Alternatives

[cakephp-fr/recaptcha

To easily use Google Recaptcha (free CAPTCHA service that protect websites from spam and abuse) in CakePHP projects

1419.3k](/packages/cakephp-fr-recaptcha)[cake17/cakephp-recaptcha

\[DEPRECIATED\] Please use https://github.com/cakephp-fr/recaptcha/

1211.0k1](/packages/cake17-cakephp-recaptcha)

PHPackages © 2026

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