PHPackages                             fernet/captcha - 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. fernet/captcha

AbandonedArchivedLibrary[Security](/categories/security)

fernet/captcha
==============

Google No CAPTCHA reCAPTCHA plugin for Fernet

v0.1(5y ago)010MITPHP

Since Jan 31Pushed 5y agoCompare

[ Source](https://github.com/fernet-ws/captcha-plugin)[ Packagist](https://packagist.org/packages/fernet/captcha)[ RSS](/packages/fernet-captcha/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (2)Versions (2)Used By (0)

CaptchaFernet
=============

[](#captchafernet)

Google reCAPTCHA plugin for the Fernet framework. The plugin uses the [No CAPTCHA reCAPTCHA](https://github.com/anhskohbo/no-captcha) package.

Set up
------

[](#set-up)

Create a [Google reCAPTCHA](https://www.google.com/recaptcha/) v2 site. Add the configuration to your .env:

```
CAPTCHA_SITE="paste the site code"
CAPTCHA_SECRET="paste de secret code"
```

If you set up the plugin manually don't forget to add **"fernet/captcha"** to the plugins.json file.

Usage
-----

[](#usage)

The plugin come with 2 components: and . CaptchaScript is needed to add the Google's script.

```
