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

ActiveLibrary

litto/captcha
=============

Captcha Validation in PHP Forms

v3.0(4y ago)091proprietaryPHPPHP &gt;=5.0

Since Feb 7Pushed 4y ago1 watchersCompare

[ Source](https://github.com/litto/captcha)[ Packagist](https://packagist.org/packages/litto/captcha)[ RSS](/packages/litto-captcha/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (3)DependenciesVersions (4)Used By (1)

Captcha
=======

[](#captcha)

Simple Captcha for PHP website

How to Install?
---------------

[](#how-to-install)

You can Install it via composer by typing:-

composer require litto/captcha:v2.0

How it works?
-------------

[](#how-it-works)

In the form just add:-

```

          Enter Code

```

In the form submission function, just do like this:-

session\_start(); $text=$\_SESSION\["vercode"\] ; unset($\_SESSION\["vercode"\]); $captcha = $\_POST\['txtCode'\]; if($captcha==$text) { // Save Function }else{ //captcha Validation Error }

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity46

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

Every ~0 days

Total

3

Last Release

1561d ago

Major Versions

v1.0 → v2.02022-02-07

v2.0 → v3.02022-02-07

### Community

Maintainers

![](https://www.gravatar.com/avatar/a0409ad96d8dabd00048f79a63785982e4ed1c05a4e6ab52f6ff12201a7c5dd8?d=identicon)[Iamlitto](/maintainers/Iamlitto)

---

Top Contributors

[![litto](https://avatars.githubusercontent.com/u/941390?v=4)](https://github.com/litto "litto (6 commits)")

### Embed Badge

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

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

PHPackages © 2026

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