marcogermani87/filament-hcaptcha

A package to easily include HCaptcha in Filament
34
Install
composer require marcogermani87/filament-hcaptcha
PHP:^8.1
License:MIT
Last Updated:Jun 22, 2026
Links: GitHub  ·  Packagist
Maintainer: marcogermani87

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

A package to easily include HCaptcha in Filament.

This project is based on RVxLab/hcaptcha package.

Version Compatibility

Plugin Filament Laravel PHP
0.x 3.x 10.x 8.x
0.x 3.x 11.x 8.2 | 8.3

Installation

You can install the package via composer:

composer require marcogermani87/filament-hcaptcha

Configuration

Add NOCAPTCHA_SECRET and NOCAPTCHA_SITEKEY in .env file :

HCAPTCHA_SECRET="secret-key"
HCAPTCHA_SITEKEY="site-key"

(You can obtain them from here)

Usage

use \MarcoGermani87\FilamentHcaptcha\Forms\Components\Captcha;

Captcha::make('captcha')

Testing

composer test

Screenshots

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.

Related Packages

ddr/filament-captcha

Multi-provider captcha integration for Filament forms (hCaptcha, reCAPTCHA v2/v3...

4,064 5
marcogermani87/filament-captcha

Easy Captcha image integrations for Filament

11,919 19
pxlrbt/filament-excel

Supercharged Excel exports for Filament Resources

2,723,625 457
ozankurt/modules-blog

Ready to use blog module for laravel.

84 8