PHPackages                             iorme/simplecaptcha - 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. iorme/simplecaptcha

ActiveLibrary

iorme/simplecaptcha
===================

Create simple captcha using php

v0.1(11y ago)12.4k↑1400%[1 issues](https://github.com/iorme/simplecaptcha/issues)MITPHPPHP &gt;=5.3.0

Since Jun 17Pushed 9y ago1 watchersCompare

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

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

Simple PHP captcha generator for Laravel 4

Installation
============

[](#installation)

composer.json

```
"require": {
		"iorme/simplecaptcha": "dev-master"
	},
```

install

```
$ /path/to/composer.phar install
```

Usage
=====

[](#usage)

Add the service provider, open `app/config/app.php` and add new item to the providers array :

'Iorme\\SimpleCaptcha\\SimpleCaptchaServiceProvider',

then add the alias to the aliases array:

'SimpleCaptcha' =&gt; 'Iorme\\SimpleCaptcha\\Facades\\SimpleCaptcha',

On the view file :

```

    {{ HTML::image(URL::to('simplecaptcha'),'Captcha') }}
    {{ Form::label('captcha', '* Captcha:') }}
    {{ Form::text('captcha') }}

```

check the captcha string on the controllers :

```
$check = SimpleCaptcha::check($input['captcha']);

if($check == true) {
	echo "captcha string is right";
} else {
	echo "captcha string is wrong";
}
```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

4350d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5e6a81844b650d2987f09d9f9ebb6da273b3066056004bcb60b9c9abef8c6d6f?d=identicon)[iorme](/maintainers/iorme)

---

Top Contributors

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

---

Tags

phpcaptcha

### Embed Badge

![Health badge](/badges/iorme-simplecaptcha/health.svg)

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

###  Alternatives

[josiasmontag/laravel-recaptchav3

Recaptcha V3 for Laravel package

2641.6M2](/packages/josiasmontag-laravel-recaptchav3)[albertcht/invisible-recaptcha

Invisible reCAPTCHA For Laravel.

6031.6M6](/packages/albertcht-invisible-recaptcha)

PHPackages © 2026

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