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

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

elrayes/extreme-captcha
=======================

An advanced noisy CAPTCHA generator for Laravel with curved lines, heavy dots, distortion, custom validator, and facade.

v1.0.1(5mo ago)05MITPHPPHP ^8.1

Since Dec 4Pushed 5mo agoCompare

[ Source](https://github.com/Ahmed-Elrayes/ExtremeCaptcha)[ Packagist](https://packagist.org/packages/elrayes/extreme-captcha)[ Docs](https://github.com/Ahmed-Elrayes/ExtremeCaptcha)[ RSS](/packages/elrayes-extreme-captcha/feed)WikiDiscussions master Synced 1mo ago

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

Elrayes Extreme Captcha for Laravel

An advanced noisy CAPTCHA generator for Laravel featuring curved lines, heavy dots, wave distortion, a custom validation rule, and a convenient facade.

Repository:

Requirements

- PHP &gt;= 8.1
- ext-gd
- Laravel 10+

Installation

1. Require the package via Composer:

```
composer require elrayes/extreme-captcha
```

2. Auto-discovery

- Service Provider: `Elrayes\\Extreme\\Captcha\\CaptchaServiceProvider`
- Facade alias: `ExtremeCaptcha`

3. Publish the configuration (optional):

```
php artisan vendor:publish --tag=extreme-captcha-config
```

Quick start

- Controller example:

```
$captcha = app('extreme-captcha')->generate(); // returns ['code' => 'ABCDE', 'image' => 'data:image/png;base64,...']
return view('auth.register', compact('captcha'));
```

- Blade view:

```

```

- Validate user input against the generated captcha using the custom rule `extreme_captcha`:

```
$request->validate([
    'captcha' => ['required', 'extreme_captcha'],
]);
```

- Using the facade:

```
use ExtremeCaptcha;
$captcha = ExtremeCaptcha::generate();
```

Configuration All options are publishable to `config/extreme-captcha.php`:

- `width`, `height`
- `font`, `font_size`
- `noise_pixels`, `noise_arcs`
- `background_color`, `text_color`
- `char_angle`, `wave_amplitude`, `wave_frequency`, `char_spacing`
- `case_sensitive`, `exclude_confusing`
- `session_key`

Troubleshooting

- Make sure the GD extension is enabled: `ext-gd`.
- If you customize the font path, ensure the file is readable by PHP.

Links

- Source &amp; docs:
- Issues:

License This package is open-sourced software licensed under the MIT license. See `LICENSE`.

Credits

- Author: Ahmed Elrayes

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance72

Regular maintenance activity

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity45

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

Every ~0 days

Total

2

Last Release

156d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/afbd98b02f1a8aec1f3d13cdb96c27a3baebb6872848bcf23cab1812d8ca072b?d=identicon)[Elrayes](/maintainers/Elrayes)

---

Top Contributors

[![Ahmed-Elrayes](https://avatars.githubusercontent.com/u/30704271?v=4)](https://github.com/Ahmed-Elrayes "Ahmed-Elrayes (3 commits)")

---

Tags

laravelvalidationsecurityimagecaptcha

### Embed Badge

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

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

###  Alternatives

[watson/validating

Eloquent model validating trait.

9723.3M47](/packages/watson-validating)[intervention/image-laravel

Laravel Integration of Intervention Image

1496.5M100](/packages/intervention-image-laravel)[bkwld/croppa

Image thumbnail creation through specially formatted URLs for Laravel

510496.0k22](/packages/bkwld-croppa)[axlon/laravel-postal-code-validation

Worldwide postal code validation for Laravel and Lumen

3853.3M1](/packages/axlon-laravel-postal-code-validation)[erag/laravel-disposable-email

A Laravel package to detect and block disposable email addresses.

226102.4k](/packages/erag-laravel-disposable-email)

PHPackages © 2026

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