Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Captcha Laravel Package

aronlabs/captcha

Lightweight, secure CAPTCHA for Laravel 10+ (PHP 8.1+) with text and math challenges, Ajax refresh, and Blade includes. Easy validation via CaptchaRule, plus publishable config, views, and fonts for full customization.

View on GitHub
Deep Wiki
Context7

Aron Captcha

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 & Maintainer

Aron Captcha is developed and maintained by AronSoft.

Website: https://aron-soft.com/landing/aron-captcha
Author: Mojtaba pakdel


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

  • PHP >= 8.1
  • Laravel >= 10
  • PHP GD extension enabled

Installation

composer require aronlabs/captcha

Laravel will automatically discover the service provider.


Configuration

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

This will publish the configuration file to:

config/aron-captcha.php

Usage in Blade

<form method="POST">
    @csrf

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

    <button type="submit">Submit</button>
</form>

Validation

use AronLabs\Captcha\Rules\CaptchaRule;

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

Customization

Publish Views

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

Publish Fonts

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

Ajax Refresh Mechanism

Make sure your main layout contains:

@yield('scripts')

The CAPTCHA view automatically injects required JavaScript.


Contribution

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


Security

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

Email: security@aron-soft.com
Website: https://aron-soft.com


License

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

Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
besmartand-pro/php-quality-config
sentix/ai-chatbot
codifyo/ts-generator-bundle
mintobit/jobqueue
a4sex/maintenance-bundle
a4sex/entity-date-update
a4sex/client-identifier
a4sex/base-utilites
a4sex/key-value-storage
a4sex/micro-status
chilldev/dependency-injection-extra
datinglibre/datinglibre-app-api
biberltd/corebundle
bricre/symfony-bundle-test
biberltd/logbundle
dominium/http-adapter-bundle
dominium/google-analytics
a4sex/auto-clean-entity
christhompsontldr/laravel-inky
spatie/mailcoach-vapor