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 1mo ago

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

24

—

LowBetter than 32% of packages

Maintenance42

Moderate activity, may be stable

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

465d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a992c24e9fdf96d1664bcbe8d039b2722c865f1450a4a2798dd293271e15fea7?d=identicon)[reazon](/maintainers/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

[webmozart/assert

Assertions to validate method input/output with nice error messages.

7.6k894.0M1.2k](/packages/webmozart-assert)[bensampo/laravel-enum

Simple, extensible and powerful enumeration implementation for Laravel.

2.0k15.9M104](/packages/bensampo-laravel-enum)[nette/forms

📝 Nette Forms: generating, validating and processing secure forms in PHP. Handy API, fully customizable, server &amp; client side validation and mature design.

54013.2M446](/packages/nette-forms)[swaggest/json-schema

High definition PHP structures with JSON-schema based validation

48612.5M73](/packages/swaggest-json-schema)[stevebauman/purify

An HTML Purifier / Sanitizer for Laravel

5325.6M19](/packages/stevebauman-purify)[ashallendesign/laravel-config-validator

A package for validating your Laravel app's config.

217905.3k5](/packages/ashallendesign-laravel-config-validator)

PHPackages © 2026

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