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

ActiveKohana-module[Utility &amp; Helpers](/categories/utility)

fidyk/captcha
=============

A captcha module for Kohana

0107

Since Mar 13Compare

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

READMEChangelogDependenciesVersions (2)Used By (0)

\#Captcha for Kohana 3.3

This is the Captcha library ported from Kohana 3.0.x to 3.3. Very little has changed API-wise, although there have been a few changes.

One significant change is that filenames are now Title Case to conform with the PSR-0 standard adopted in Kohana 3.3.

\##Getting Started

Instantiate a captcha:

> $captcha = Captcha::instance();

Instantiate using your own config group (other than 'default'):

> $captcha = Captcha::instance('myconfig');

Render a captcha to Response object (somewhere in the controller action):

> $captcha-&gt;render($this-&gt;response);

or render captcha to HTML tag or plain text string (for 'math' and 'riddle' styles):

> $captcha-&gt;html();

Validate the captcha:

> Captcha::valid($\_POST\['captcha'\]);

\##Captcha Styles

- alpha - Image based
- basic - Image based
- black - Image based
- math - Text based
- riddle - Text based
- word - Image based

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity43

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://www.gravatar.com/avatar/57860ed2eb3695c5570c88bf9d5f37069d4966aa7de1f6f797f9e808d26ad004?d=identicon)[fidyk](/maintainers/fidyk)

### Embed Badge

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

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

###  Alternatives

[immocaster/php-sdk

ImmobilienScout24 PHP-SDK

6439.2k](/packages/immocaster-php-sdk)[nfourtythree/entriessubset

Craft field type plugin that extends the core Entries field type to give extra settings with ability to restrict by entry type

1683.4k](/packages/nfourtythree-entriessubset)[daandelange/simplestats

Very minimal visitor analytics for your kirby website.

711.9k](/packages/daandelange-simplestats)[simple-updates/phpwhois

This package contains a Whois (RFC954) library for PHP. It allows a PHP program to create a Whois object, and obtain the output of a whois query with the Lookup function.

251.4k](/packages/simple-updates-phpwhois)[mikefunk/bustersphp

A simple class to generate js/css tags with cache names from busters.json. This is related to gulp-buster.

115.3k](/packages/mikefunk-bustersphp)

PHPackages © 2026

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