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

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

georgechem/captcha
==================

Captcha verification

v1.0.1(4y ago)06MITPHPPHP &gt;=8.0.0

Since Oct 25Pushed 4y ago1 watchersCompare

[ Source](https://github.com/georgechem/packagist-captcha)[ Packagist](https://packagist.org/packages/georgechem/captcha)[ RSS](/packages/georgechem-captcha/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (2)Used By (0)

Generates Captcha using GD library
----------------------------------

[](#generates-captcha-using-gd-library)

---

Install with composer:

```
composer require georgechem/captcha

```

Usage: (Captcha generation)

```
use Georgechem\Captcha\Captcha\Captcha;

require __DIR__ . '/vendor/autoload.php';
// Init session storage for Captcha - expire time can be edited (default 5 minutes)
$captcha = Captcha::getInstance();
// create end echo image with captcha
$captcha->create();
```

Usage: (Captcha verification)

```
use Georgechem\Captcha\Captcha\Captcha;

require __DIR__ . '/vendor/autoload.php';

$captcha = Captcha::getInstance();
// @Returns bool, true on success, false on failure
$captcha->verify($text);
```

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

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

1711d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/54766527?v=4)[Grzegorz Chrymecki](/maintainers/georgechem)[@georgechem](https://github.com/georgechem)

---

Top Contributors

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

### Embed Badge

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

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

PHPackages © 2026

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