PHPackages                             cybernostics/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. cybernostics/captcha

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

cybernostics/captcha
====================

Captcha plugin for CakePHP.

012PHP

Since Oct 22Pushed 10y ago1 watchersCompare

[ Source](https://github.com/Cybernostics/CaptchaCreator)[ Packagist](https://packagist.org/packages/cybernostics/captcha)[ RSS](/packages/cybernostics-captcha/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Captcha Plugin for CakePHP
==========================

[](#captcha-plugin-for-cakephp)

The **Captcha** plugin allows you to add captcha checks on selected forms.

1. Install the plugin in Plugins folder
2. Add the captcha input on your selected view (eg register.ctp)

eg:

CaptchaInput-&gt;captcha\_input(); ?&gt; 3. Add the following to the controller method which handles the form: (assuming your controller uses a User model)

    public function your\_controller\_method() { // enable check captcha for create $this-&gt;YourModelNameHere-&gt;Behaviors-&gt;load('CaptchaCreator.CaptchaCheck');

    ```
     if ($this->request->is('post')) {
     	$this->YourModelNameHere->create(); // captcha will now be checked
     	if ($this->YourModelNameHere->save($this->request->data)) {
     		$this->Session->setFlash(__('The XYZ has been saved.'));
     		return $this->redirect(array('action' => 'index'));
     	} else {
     		$this->Session->setFlash(__('The XYZ could not be saved. Please, try again.'));
     	}
     }

    ```

    }

Other methods like admin screens can still create records without the captcha validation getting in your way. The validation rule is only enabled when you request it.

Requirements
------------

[](#requirements)

- CakePHP 2.5+
- PHP 5.2.8+
- Lib GD

Contributing
------------

[](#contributing)

Pull requests welcome.

License
-------

[](#license)

Copyright 2007-2014 Cybernostics Pty. All rights reserved.

Licensed under the [MIT](http://www.opensource.org/licenses/mit-license.php) License. Redistributions of the source code included in this repository must retain the copyright notice found in each file.

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 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.

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/cybernostics-captcha/health.svg)

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

###  Alternatives

[corley/influxdb-sdk

Send your app metrics to InfluxDB

84296.5k2](/packages/corley-influxdb-sdk)[brunoconte3/dev-utils

A complete PHP utility library for validating, formatting, comparing data, and more.

3525.7k](/packages/brunoconte3-dev-utils)[chenos/v8js-module-loader

1629.5k1](/packages/chenos-v8js-module-loader)[bentasker/php-gpx-ingest

PHP GPX-Ingest is a simple PHP class designed to ingest a basic Global Position eXchange (GPX) file and extract data/stats from the tracks within.

251.5k](/packages/bentasker-php-gpx-ingest)

PHPackages © 2026

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