PHPackages                             zenosyne/filament-enterprise-grecaptcha-field - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. zenosyne/filament-enterprise-grecaptcha-field

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

zenosyne/filament-enterprise-grecaptcha-field
=============================================

Provides a Google Enterprise reCaptcha field for the Filament Forms

v1.0.2(3y ago)796MITPHPPHP ^8.0|^8.1

Since Apr 5Pushed 3y agoCompare

[ Source](https://github.com/Zenosyne-Technologies/filament-grecaptcha-field)[ Packagist](https://packagist.org/packages/zenosyne/filament-enterprise-grecaptcha-field)[ Docs](https://github.com/Zenosyne-Technologies/filament-grecaptcha-field)[ RSS](/packages/zenosyne-filament-enterprise-grecaptcha-field/feed)WikiDiscussions main Synced yesterday

READMEChangelog (3)Dependencies (9)Versions (4)Used By (0)

[![](https://cloud.githubusercontent.com/assets/1529454/5291635/1c426412-7b88-11e4-8d16-46161a081ece.gif)](https://github.com/zenosyne/filament-enterprise-grecaptcha-field)

Provides a Google reCaptcha Enterpise for the Filament Login page.
==================================================================

[](#provides-a-google-recaptcha-enterpise-for-the-filament-login-page)

[![Latest Version on Packagist](https://camo.githubusercontent.com/86128d8bd1bd13d50f839ebc31ead63e6c8deb3271857fa60a36daa34a295fcd/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7a656e6f73796e652f66696c616d656e742d656e74657270726973652d677265636170746368612d6669656c642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/zenosyne/filament-enterprise-grecaptcha-field)[![Total Downloads](https://camo.githubusercontent.com/b2c00e5adc5492f29f68433e7f984676b8dfd8492bb39799aa9974e4e5e0e984/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7a656e6f73796e652f66696c616d656e742d656e74657270726973652d677265636170746368612d6669656c642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/zenosyne/filament-enterprise-grecaptcha-field)

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

[](#installation)

You can install the package via composer:

```
composer require zenosyne/filament-enterprise-grecaptcha-field
```

### Configuration

[](#configuration)

Add these in your `.env` file :

```
GOOGLE_RECAPTCHA_PROJECT_ID=
GOOGLE_RECAPTCHA_API_KEY=
GOOGLE_RECAPTCHA_SITE_KEY=

```

(You can obtain them from [here](https://www.google.com/recaptcha/admin))

Usage
-----

[](#usage)

You'll need to create a filament page for your login which extends the original Filament login controller and add the field.

```
