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

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

elliot9/captcha
===============

1.0.0(7y ago)12PHPPHP &gt;=5.4

Since Mar 26Pushed 7y ago1 watchersCompare

[ Source](https://github.com/Elliot9/captcha-fix)[ Packagist](https://packagist.org/packages/elliot9/captcha)[ RSS](/packages/elliot9-captcha/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (5)Versions (2)Used By (0)

captcha-fix
===========

[](#captcha-fix)

branch from mews for TTS

Preview
-------

[](#preview)

[![img](https://camo.githubusercontent.com/bc1587a93580f572495085d57ffb90fa3db0bc2802fda66571953a7d61efd922/68747470733a2f2f692e696d6775722e636f6d2f505a653555476d2e706e67)](https://camo.githubusercontent.com/bc1587a93580f572495085d57ffb90fa3db0bc2802fda66571953a7d61efd922/68747470733a2f2f692e696d6775722e636f6d2f505a653555476d2e706e67)

Download
--------

[](#download)

Require this package with composer:

```
composer require elliot9/captcha

```

Usage
-----

[](#usage)

Find the providers key in config/app.php and register the Captcha Service Provider.

```
'providers' => [
    // ...
    Elliot9\Captcha\CaptchaServiceProvider::class,
]

```

Find the aliases key in config/app.php.

```
'aliases' => [
    // ...
    'Captcha' => Elliot9\Captcha\Facades\Captcha::class,
]

```

Configuration
-------------

[](#configuration)

```
php artisan vendor:publish
config/captcha.php
'default'   => [
    'length'    => 4,
    'width'     => 120,
    'height'    => 36,
    'quality'   => 90,
    'math'      => false,
    'account'   =>'', //TTS Account
    'password'  =>'', // TTS password
],

```

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

[](#example-usage)

```
{{captcha_audio_src()}} => return Audio Captcha src
{{captcha}} => Captcha img

```

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

2654d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0ef52b42e41593b137b24ab256ebddbb663c471b96eaec8697f45b7b1bfe5714?d=identicon)[Elliot9](/maintainers/Elliot9)

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9762.4M123](/packages/roots-acorn)[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M337](/packages/psalm-plugin-laravel)[unisharp/laravel-filemanager

A file upload/editor intended for use with Laravel 5 to 10 and CKEditor / TinyMCE

2.1k3.4M81](/packages/unisharp-laravel-filemanager)[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M169](/packages/laravel-ai)[mews/captcha

Laravel 5/6/7/8/9/10/11/12 Captcha Package

2.6k5.7M88](/packages/mews-captcha)[flarum/core

Delightfully simple forum software.

201.4M2.2k](/packages/flarum-core)

PHPackages © 2026

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