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

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

webites/simple-captcha
======================

Simple PHP tools for Captcha - user filtering

0.1.2(2y ago)010MITPHP

Since Jun 23Pushed 2y ago1 watchersCompare

[ Source](https://github.com/webites/simple-captcha)[ Packagist](https://packagist.org/packages/webites/simple-captcha)[ RSS](/packages/webites-simple-captcha/feed)WikiDiscussions main Synced yesterday

READMEChangelog (2)DependenciesVersions (3)Used By (0)

PHP Simple Captcha tools
========================

[](#php-simple-captcha-tools)

Lightweight library for filter and block spam bots with simple captcha. You can add captcha to your form, middleware or any other place in your project.

Installation
------------

[](#installation)

```
composer require webites/simple-captcha

```

Usage
-----

[](#usage)

You have any options to use this library.

### Block by IP

[](#block-by-ip)

Use class `BlockByIp` to filter IP addresses. This method automatically block user with 403 status code.

```
use Webites\SimpleCaptcha\IP\Infrastructure\Blocker\BlockByIp;

( new BlockByIp() )
    ->filter(['10.10.10.10', '10.10.10.11']);

```

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity32

Early-stage or recently created project

 Bus Factor1

Top contributor holds 75% 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

2

Last Release

741d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4818c339845f5053a2a267c98e5fd3da3749a960ade0a5beb11bdc05e98271e1?d=identicon)[webites.pl](/maintainers/webites.pl)

---

Top Contributors

[![elgolabek](https://avatars.githubusercontent.com/u/79366430?v=4)](https://github.com/elgolabek "elgolabek (3 commits)")[![webites](https://avatars.githubusercontent.com/u/83769688?v=4)](https://github.com/webites "webites (1 commits)")

### Embed Badge

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

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

###  Alternatives

[marcosh/php-validation-dsl

A DSL for validating data in a functional fashion

483.9k](/packages/marcosh-php-validation-dsl)

PHPackages © 2026

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