anhskohbo/no-captcha
Laravel package to integrate Google reCAPTCHA “No CAPTCHA” into your app. Provides helpers to render the JS, display normal or invisible widgets, and validate responses. Supports Laravel auto-discovery, with simple .env configuration for site key and secret.
Laravel 12
Hello Laravel 11
Laravel 10
Laravel 9 support
Supported guzzle 7.0
Simplified composer.json
Laravel 6
Support Laravel 5.8
Usage:
{!! NoCaptcha::displaySubmit('my-form-id', 'submit now!', ['data-theme' => 'dark']) !!}
This release is major change, now you need print the JS before/after display the captcha.
{!! NoCaptcha::renderJs() !!}
Compatibility with Laravel 5.5
Lumen support.
Code style now is PSR2.
With Laravel 5.1 support.
How can I help you explore Laravel packages today?