PHPackages                             fm-labs/cakephp-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. fm-labs/cakephp-captcha

ActiveCakephp-plugin[Utility &amp; Helpers](/categories/utility)

fm-labs/cakephp-captcha
=======================

CakePHP Captcha Plugin

1.2.1(3y ago)094PHPPHP &gt;=7.2

Since Mar 19Pushed 3y ago1 watchersCompare

[ Source](https://github.com/fm-labs/cakephp-captcha)[ Packagist](https://packagist.org/packages/fm-labs/cakephp-captcha)[ RSS](/packages/fm-labs-cakephp-captcha/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (1)Versions (4)Used By (0)

cakephp-captcha
===============

[](#cakephp-captcha)

An easy-to-use Captcha Plugin for the [CakePHP Framework](http://www.cakephp.org) using [Securimage PHP Captcha library](http://www.phpcaptcha.org)

Install
=======

[](#install)

Add to your composer.json

```
{
    "require": {
        "fm-labs/cakephp-captcha": "dev-master"
    }
}

```

or run

```
$ composer require fm-labs/cakephp-captcha

```

Quick Setup
===========

[](#quick-setup)

1. Enable Plugin

    //File: config/bootstrap.php

    Plugin::load('Captcha', \['bootstrap' =&gt; true, 'routes' =&gt; true);
2. Use CaptchaWidget in forms

    //File: In any view template $this-&gt;loadHelper('Captcha.Captcha');

    $this-&gt;Form-&gt;create(null); $this-&gt;Form-&gt;input('captcha', \['type' =&gt; 'captcha'\]\]); //$this-&gt;Captcha-&gt;input('captcha'); // old/deprecated method $this-&gt;Form-&gt;submit(); $this-&gt;Form-&gt;end();

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

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

Total

3

Last Release

1157d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5556440?v=4)[fm-labs](/maintainers/fm-labs)[@fm-labs](https://github.com/fm-labs)

---

Top Contributors

[![fm-labs](https://avatars.githubusercontent.com/u/5556440?v=4)](https://github.com/fm-labs "fm-labs (39 commits)")

### Embed Badge

![Health badge](/badges/fm-labs-cakephp-captcha/health.svg)

```
[![Health](https://phpackages.com/badges/fm-labs-cakephp-captcha/health.svg)](https://phpackages.com/packages/fm-labs-cakephp-captcha)
```

PHPackages © 2026

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