PHPackages                             wikichua/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. [Validation &amp; Sanitization](/categories/validation)
4. /
5. wikichua/captcha

ActiveLibrary[Validation &amp; Sanitization](/categories/validation)

wikichua/captcha
================

A simple captcha for Laravel 4

0771PHP

Since Jun 19Pushed 12y ago1 watchersCompare

[ Source](https://github.com/wikichua/captcha-laravel)[ Packagist](https://packagist.org/packages/wikichua/captcha)[ RSS](/packages/wikichua-captcha/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

captcha-laravel
===============

[](#captcha-laravel)

Composer.json:

require: "wikichua/captcha": "dev-master"

Provider:

'Wikichua\\Captcha\\CaptchaServiceProvider',

Alias:

'Captcha' =&gt; 'Wikichua\\Captcha\\Facades\\Captcha',

Sample usage:

Route::any('test',function() { if (Request::getMethod() == 'POST') { $rules = array('thecaptcha' =&gt; array('required', 'captcha')); $validator = Validator::make(Input::all(), $rules); if ($validator-&gt;fails()) { echo '

Captcha failed

'; } else { echo 'Captcha passed

'; } }```
$content = Form::open(['to'=>URL::to(Request::segment(1))]);
$content .= '' . Captcha::imgUrl(['class'=>'testing']) . '';
$content .= '' . Form::text('thecaptcha') . '';
$content .= '' . Form::submit('Check') . '';
$content .= Form::close();
return $content;

```

});

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community8

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/209854cbd063f50c1804d196f18787fb6ee5d9c2ca1410b36c6f52f8900be35d?d=identicon)[wikichua](/maintainers/wikichua)

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[webmozart/assert

Assertions to validate method input/output with nice error messages.

7.6k894.0M1.2k](/packages/webmozart-assert)[bensampo/laravel-enum

Simple, extensible and powerful enumeration implementation for Laravel.

2.0k15.9M104](/packages/bensampo-laravel-enum)[swaggest/json-schema

High definition PHP structures with JSON-schema based validation

48612.5M73](/packages/swaggest-json-schema)[stevebauman/purify

An HTML Purifier / Sanitizer for Laravel

5325.6M19](/packages/stevebauman-purify)[ashallendesign/laravel-config-validator

A package for validating your Laravel app's config.

217905.3k5](/packages/ashallendesign-laravel-config-validator)[crazybooot/base64-validation

Laravel validators for base64 encoded files

1341.9M8](/packages/crazybooot-base64-validation)

PHPackages © 2026

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