waterhole/recaptcha
Composer 安装命令:
composer require waterhole/recaptcha
包简介
reCAPTCHA integration for Waterhole
README 文档
README
reCAPTCHA checks for Waterhole registration.
When enabled, registration requires a valid reCAPTCHA v3 response. If verification fails, the registration is rejected with a validation error.
Installation
composer require waterhole/recaptcha
Configuration
Publish the config:
php artisan vendor:publish --tag=waterhole-recaptcha-config
Then set your keys in .env:
RECAPTCHA_SITE_KEY=...
RECAPTCHA_SECRET_KEY=...
This extension runs automatically on registration once installed.
Scoring
By default, a score threshold of 0.5 is enforced. To change or disable it, edit
extensions/recaptcha/config/recaptcha.php and set score_threshold to your
preferred value.
统计信息
- 总下载量: 6
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-01-14