Download the PHP package salahhusa9/laravel-geetest-captcha without Composer
On this page you can find all versions of the php package salahhusa9/laravel-geetest-captcha. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download salahhusa9/laravel-geetest-captcha
More information about salahhusa9/laravel-geetest-captcha
Files in salahhusa9/laravel-geetest-captcha
Package laravel-geetest-captcha
Short Description Laravel GeeTest Captcha for Laravel 9-10-11
License MIT
Homepage https://github.com/salahhusa9/laravel-geetest-captcha
Informations about the package laravel-geetest-captcha
Laravel Geetest Captcha, the best alternative to Google reCaptcha
Laravel Geetest Captcha is a package that provides a simple way to integrate Geetest Captcha in your Laravel application.
Support us
Does your business depend on our contributions? Reach out and support us on Github sponsor. All pledges will be dedicated to allocating workforce on maintenance and new awesome stuff.
Installation
-
You can install the package via composer:
-
You need to add
@geetestCaptchaAssets()
in head tag in your layout file: - Sign up and activate your GeeTest account on the official website
- Create an ID and Key on the dashboard
- add GEETEST_ID and GEETEST_KEY in .env file
Usage
Use in form
You can use in form like this:
In first add @geetestCaptchaInit('captcha-id')
in footer of page as script tag, captcha-id
is the id of the captcha div.
and for validation you can use geetest_captcha
rule in your controller like this:
Validate via middleware
You can use in middleware like this:
Testing
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
- salahhusa9
- geetest
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-geetest-captcha with dependencies
spatie/laravel-package-tools Version ^1.0
illuminate/contracts Version ^11.0||^10.0||^9.0