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 13y ago1 watchersCompare

[ Source](https://github.com/wikichua/captcha-laravel)[ Packagist](https://packagist.org/packages/wikichua/captcha)[ RSS](/packages/wikichua-captcha/feed)WikiDiscussions master Synced 4w 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 21% 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

[chaoswey/taiwan-id-validator

台灣身分證、統一編號驗證

319.9k](/packages/chaoswey-taiwan-id-validator)

PHPackages © 2026

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