ralkage / flarum-hcaptcha
Increase your Flarum forum's security with hCaptcha.
Package info
github.com/Ralkage/flarum-hcaptcha
Language:JavaScript
Type:flarum-extension
pkg:composer/ralkage/flarum-hcaptcha
v2.0.0-beta.8
2026-03-28 00:46 UTC
Requires
- php: ^8.0
- flarum/core: ^2.0
README
Increase your Flarum forum's security with hCaptcha. Protects registration, new discussions, and replies from spam and abuse.
Features
- Registration Protection — Requires hCaptcha during user sign-up
- Post Protection — Requires hCaptcha when creating discussions and replies
- Checkbox & Invisible Modes — Standard visible checkbox or transparent invisible challenge
- Permission Bypass — Exempt specific user groups from captcha via admin permissions
- Dark Mode Support — Automatically matches your forum's theme
Requirements
- Flarum
^1.8 - PHP
^8.0
Links
Installation
composer require ralkage/flarum-hcaptcha
Then enable it in your Flarum admin panel under Extensions.
Setup
- Create an account at hCaptcha and get your Site Key and Secret Key.
- Go to Admin → hCaptcha and enter your credentials.
- Choose between Checkbox (visible) or Invisible mode.
- Optionally adjust which user groups can bypass the captcha under Permissions.
License
MIT — see LICENSE.