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. [Image &amp; Media](/categories/media)
4. /
5. larva/laravel-captcha

ActiveLibrary[Image &amp; Media](/categories/media)

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

A simple captcha package for Laravel, supporting GD and ImageMagick libraries.

1.1.0(3w ago)069MITPHPPHP ^8.2

Since Mar 6Pushed 7mo agoCompare

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

READMEChangelog (4)Dependencies (7)Versions (6)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

44

—

FairBetter than 90% of packages

Maintenance77

Regular maintenance activity

Popularity9

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity70

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

Total

5

Last Release

24d ago

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

1.0.2PHP ^7.4|^8.0

1.0.3PHP ^8.0

1.1.0PHP ^8.2

### 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

captchalaravelphplaravelgdimagickcaptchaLarva

### 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

3345.4M354](/packages/psalm-plugin-laravel)[laravel/cashier

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

2.6k31.8M160](/packages/laravel-cashier)[intervention/image-laravel

Laravel Integration of Intervention Image

1589.8M226](/packages/intervention-image-laravel)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

79227.1M227](/packages/laravel-mcp)[api-platform/laravel

API Platform support for Laravel

58190.1k21](/packages/api-platform-laravel)[fleetbase/core-api

Core Framework and Resources for Fleetbase API

1239.7k25](/packages/fleetbase-core-api)

PHPackages © 2026

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