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

ActiveLaravel-package[Validation &amp; Sanitization](/categories/validation)

aronlabs/captcha
================

A customizable and secure Captcha package for Laravel.

v1.0.6(4mo ago)05MITPHPPHP ^8.1

Since Dec 16Pushed 4mo agoCompare

[ Source](https://github.com/pakdel8463/aron-captcha)[ Packagist](https://packagist.org/packages/aronlabs/captcha)[ RSS](/packages/aronlabs-captcha/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)Dependencies (1)Versions (6)Used By (0)

Aron Captcha
============

[](#aron-captcha)

### Secure &amp; Customizable CAPTCHA for Laravel

[](#secure--customizable-captcha-for-laravel)

**Aron Captcha** is a lightweight, secure, and fully customizable CAPTCHA package for Laravel, supporting both **text-based** and **math-based** challenges with Ajax refresh and clean Blade integration.

---

Author &amp; Maintainer
-----------------------

[](#author--maintainer)

**Aron Captcha** is developed and maintained by **AronSoft**.

Website:
Author: Mojtaba pakdel

---

Table of Contents (English)
---------------------------

[](#table-of-contents-english)

1. Requirements
2. Installation
3. Configuration
4. Usage in Blade
5. Validation
6. Customization
7. Ajax Refresh Mechanism
8. Contribution
9. Security
10. License

---

Requirements
------------

[](#requirements)

- PHP &gt;= 8.1
- Laravel &gt;= 10
- PHP GD extension enabled

---

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

[](#installation)

```
composer require aronlabs/captcha
```

Laravel will automatically discover the service provider.

---

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

[](#configuration)

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

This will publish the configuration file to:

```
config/aron-captcha.php

```

---

Usage in Blade
--------------

[](#usage-in-blade)

```

    @csrf

    @include('aronlabs-captcha::captcha-input')

    Submit

```

---

Validation
----------

[](#validation)

```
use AronLabs\Captcha\Rules\CaptchaRule;

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

---

Customization
-------------

[](#customization)

### Publish Views

[](#publish-views)

```
php artisan vendor:publish --tag=aronlabs-captcha-views
```

### Publish Fonts

[](#publish-fonts)

```
php artisan vendor:publish --tag=aronlabs-captcha-fonts
```

---

Ajax Refresh Mechanism
----------------------

[](#ajax-refresh-mechanism)

Make sure your main layout contains:

```
@yield('scripts')
```

The CAPTCHA view automatically injects required JavaScript.

---

Contribution
------------

[](#contribution)

Contributions are welcome!
Feel free to submit issues or pull requests via GitHub.

---

Security
--------

[](#security)

If you discover a security vulnerability, please report it responsibly:

Email:
Website:

---

License
-------

[](#license)

This package is open-sourced software licensed under the **MIT License**.

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance74

Regular maintenance activity

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity47

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

Total

5

Last Release

140d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/21176b153d6ac6053eb4da59de29953dcf7aedd712814a5560a29f5fd62c7496?d=identicon)[pakdel8463](/maintainers/pakdel8463)

---

Top Contributors

[![pakdel8463](https://avatars.githubusercontent.com/u/173378190?v=4)](https://github.com/pakdel8463 "pakdel8463 (1 commits)")

### Embed Badge

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

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

###  Alternatives

[spatie/laravel-honeypot

Preventing spam submitted through forms

1.6k6.0M60](/packages/spatie-laravel-honeypot)[proengsoft/laravel-jsvalidation

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

1.1k2.3M49](/packages/proengsoft-laravel-jsvalidation)[stevebauman/purify

An HTML Purifier / Sanitizer for Laravel

5325.6M19](/packages/stevebauman-purify)[axlon/laravel-postal-code-validation

Worldwide postal code validation for Laravel and Lumen

3853.3M1](/packages/axlon-laravel-postal-code-validation)[sunspikes/clamav-validator

Custom Laravel 5 anti-virus validator for file uploads.

3651.8M3](/packages/sunspikes-clamav-validator)[laravel-validation-rules/credit-card

Validate credit card number, expiration date, cvc

2412.2M5](/packages/laravel-validation-rules-credit-card)

PHPackages © 2026

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