Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Recaptcha Laravel Package

2latlantik/recaptcha

View on GitHub
Deep Wiki
Context7

My Recaptcha

The goal of this bundle is to provide an implementation of google recaptcha on my form through a submit button. I use google recaptcha in version 2.

Requirements

  • PHP 5.6 or higher
  • google/recaptcha

Installation

To install this bundle with Composer :

composer 2latlantik/recaptcha

Then you need to register this bundle on the the kernel by the bundles.php file in config folder

<?php

// in config/bundles.php
[
    // ...
    Delatlantik\RecaptchaBundle\RecaptchaBundle::class => ['all' => true],
    // ...
];

Then you must set the public key and private key necessary for the operation of the captcha verification

# config/packages/recaptcha.yaml

recaptcha:
    key:  public_key
    secret: private_key

Usage

You can add a submit button in your forms using Type/RecaptchaSubmitType class.

Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
terminal42/code-quality-tools
codifyo/ts-generator-bundle
andydefer/laravel-cluster
testo/fiber
mintobit/jobqueue
a4sex/maintenance-bundle
a4sex/entity-date-update
a4sex/client-identifier
a4sex/base-utilites
a4sex/key-value-storage
a4sex/micro-status
chilldev/dependency-injection-extra
datinglibre/datinglibre-app-api
biberltd/corebundle
bricre/symfony-bundle-test
biberltd/logbundle
dominium/http-adapter-bundle
dominium/google-analytics
a4sex/auto-clean-entity
christhompsontldr/laravel-inky