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

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

reazon/vsm-captcha
==================

Laravel very simple match captcha for my own convenience

1.0.0.1(1y ago)02MITPHP

Since Jan 28Pushed 1y ago1 watchersCompare

[ Source](https://github.com/reazon7/vsm-captcha)[ Packagist](https://packagist.org/packages/reazon/vsm-captcha)[ RSS](/packages/reazon-vsm-captcha/feed)WikiDiscussions main Synced today

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

Very Simple Math Captcha for Laravel
------------------------------------

[](#very-simple-math-captcha-for-laravel)

This package is intended for devs that does not want their user to be confused looking at some obscure captcha image but still want to have a captcha for whatever reason. And ofcourse it's not as secure as an obscure one.

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

[](#installation)

```
composer require reazon/vsm-captcha

```

Configs
-------

[](#configs)

to use your own settings, publish the config file. `config/vsm-captcha.php`

```
$ php artisan vendor:publish

```

Usage Example
-------------

[](#usage-example)

### View

[](#view)

use it in view by make an image tag with source from function `vsm_captcha_src()`

```

```

### Validation

[](#validation)

to validate the form with captcha input just add `vsm_captcha` to validation rules

```
validator()->make(request()->all(), [
  'captcha' => 'required|vsm_captcha',
])->validate();

```

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance39

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 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 ~2 days

Total

2

Last Release

520d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2948000?v=4)[reazon](/maintainers/reazon)[@reazon](https://github.com/reazon)

---

Top Contributors

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

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/reazon-vsm-captcha/health.svg)](https://phpackages.com/packages/reazon-vsm-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)
