PHPackages                             jhonoryza/recaptcha-v3 - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Security](/categories/security)
4. /
5. jhonoryza/recaptcha-v3

ActiveLibrary[Security](/categories/security)

jhonoryza/recaptcha-v3
======================

google recaptcha v3

1.0.0(1y ago)08MITPHPPHP &gt;=8.2

Since Jun 21Pushed 9mo ago1 watchersCompare

[ Source](https://github.com/jhonoryza/recaptcha-v3)[ Packagist](https://packagist.org/packages/jhonoryza/recaptcha-v3)[ RSS](/packages/jhonoryza-recaptcha-v3/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (3)Versions (2)Used By (0)

Laravel ReCaptcha V3
====================

[](#laravel-recaptcha-v3)

 [ ![Total Downloads](https://camo.githubusercontent.com/45bb37e02e6c04729ef0b5927f56762263ed02694a8c2e1b386512ec81f50d5c/68747470733a2f2f706f7365722e707567782e6f72672f6a686f6e6f72797a612f7265636170746368612d76332f642f746f74616c2e737667) ](https://packagist.org/packages/jhonoryza/recaptcha-v3) [ ![Latest Stable Version](https://camo.githubusercontent.com/733a91c8b2fb0400f0c8f9ac4dc2252c14fe646292710cfec037e630dfcc60e8/68747470733a2f2f706f7365722e707567782e6f72672f6a686f6e6f72797a612f7265636170746368612d76332f762f737461626c652e737667) ](https://packagist.org/packages/jhonoryza/recaptcha-v3) [ ![License](https://camo.githubusercontent.com/767c28c28e2cfaa7e674442c753e43f85f7227f1eb0adb45758a59a8bc7f2c05/68747470733a2f2f706f7365722e707567782e6f72672f6a686f6e6f72797a612f7265636170746368612d76332f6c6963656e73652e737667) ](https://packagist.org/packages/jhonoryza/recaptcha-v3)

This package just provide backend validation rule for google recaptcha v3

Features
--------

[](#features)

- Lightweight
- Simple &amp; easy to use
- Support Laravel version &gt;= 10
- Recaptcha validation rules

Installation
------------

[](#installation)

```
composer require jhonoryza/recaptcha-v3
```

publish config file

```
php artisan vendor:publish --tag=recaptcha-v3-config
```

Usage
-----

[](#usage)

add `Recaptcha` rule to validation

```
