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

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

larva/laravel-captcha
=====================

This is a captcha.

1.0.3(5mo ago)068MITPHPPHP ^8.0

Since Mar 6Pushed 5mo agoCompare

[ Source](https://github.com/larvatecn/laravel-captcha)[ Packagist](https://packagist.org/packages/larva/laravel-captcha)[ RSS](/packages/larva-laravel-captcha/feed)WikiDiscussions master Synced today

READMEChangelog (4)Dependencies (4)Versions (5)Used By (0)

laravel-captcha
===============

[](#laravel-captcha)

适用于 Laravel 的验证码服务。

[![Latest Stable Version](https://camo.githubusercontent.com/9ea6d7205fa22b530e2f536ed0888e5285d31a2ad78c94efcddbb4ad12592528/68747470733a2f2f706f7365722e707567782e6f72672f6c617276612f6c61726176656c2d636170746368612f762f737461626c652e737667)](https://packagist.org/packages/larva/laravel-captcha)[![Latest Unstable Version](https://camo.githubusercontent.com/77fb98905b9eaf0349b58c723d35353f0f1718838ae1fa8f195bbb697ecd6ff8/68747470733a2f2f706f7365722e707567782e6f72672f6c617276612f6c61726176656c2d636170746368612f762f756e737461626c652e737667)](https://packagist.org/packages/larva/laravel-captcha)

环境需求
----

[](#环境需求)

- PHP ^7.4 | ^8.0

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

[](#installation)

```
composer require larva/laravel-captcha -vv
```

使用
--

[](#使用)

路由

```
GET /captcha
```

该路由输出的是图片，自行在表单组织。

表单中验证

```
$validatedData = $request->validate([
    'captcha' => 'required|string|min:6|max:7',
]);
```

###  Health Score

39

—

LowBetter than 84% of packages

Maintenance70

Regular maintenance activity

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 66.7% 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 ~589 days

Total

4

Last Release

177d ago

PHP version history (3 changes)1.0.1PHP ^7.3 || ^8.0

1.0.2PHP ^7.4|^8.0

1.0.3PHP ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/534cdb651e8c806590fa945c6b5a18f361613848e890db1349f4a9fbcae1a650?d=identicon)[xutongle](/maintainers/xutongle)

---

Top Contributors

[![xutongle](https://avatars.githubusercontent.com/u/46956076?v=4)](https://github.com/xutongle "xutongle (2 commits)")[![xutl](https://avatars.githubusercontent.com/u/20939388?v=4)](https://github.com/xutl "xutl (1 commits)")

---

Tags

captchalaravelphplaravelcaptchaLarva

### Embed Badge

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

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[laravel/cashier

Laravel Cashier provides an expressive, fluent interface to Stripe's subscription billing services.

2.6k29.8M142](/packages/laravel-cashier)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

77022.3M145](/packages/laravel-mcp)[laravel/pulse

Laravel Pulse is a real-time application performance monitoring tool and dashboard for your Laravel application.

1.7k15.1M129](/packages/laravel-pulse)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9762.4M129](/packages/roots-acorn)[fleetbase/core-api

Core Framework and Resources for Fleetbase API

1235.9k20](/packages/fleetbase-core-api)

PHPackages © 2026

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