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 3d 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

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

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

2607d 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

[unisharp/laravel-filemanager

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

2.2k3.3M74](/packages/unisharp-laravel-filemanager)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[proengsoft/laravel-jsvalidation

Validate forms transparently with Javascript reusing your Laravel Validation Rules, Messages, and FormRequest

1.1k2.3M49](/packages/proengsoft-laravel-jsvalidation)[tucker-eric/eloquentfilter

An Eloquent way to filter Eloquent Models

1.8k4.8M26](/packages/tucker-eric-eloquentfilter)[flarum/core

Delightfully simple forum software.

211.3M1.9k](/packages/flarum-core)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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