zerp / google-captcha
Google reCAPTCHA (v2/v3) module for the Zerp ERP platform
v1.0.1
2026-07-02 06:43 UTC
This package is auto-updated.
Last update: 2026-07-02 18:37:36 UTC
README
Google reCAPTCHA (v2/v3) integration module for the Zerp ERP platform. Protects forms against spam and bot submissions.
Requirements
- PHP 8.2+
- A Laravel application with package auto-discovery enabled (built for Zerp, Laravel 12)
Installation
composer require zerp/google-captcha
The package auto-registers via Laravel's package discovery — no manual service provider registration needed.
What it provides
Zerp\GoogleCaptcha\Providers\GoogleCaptchaServiceProvider— boots routes, migrations, and arecaptchavalidation rulerecaptchavalidator rule, backed byZerp\GoogleCaptcha\Rules\RecaptchaRule- Settings route:
POST /google-captcha/settings/update(route namegoogle-captcha.settings.update), guarded byweb,auth,verified, andPlanModuleCheck:GoogleCaptchamiddleware - Frontend settings component and field components under
src/Resources/js
License
MIT — see LICENSE.