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.
calmfox/watch-sylius
damienfern/grpc-symfony-bundle
atoolo/index-bundle
atoolo/genai-bundle
coprotoai/laravel-ticket
davidjln/llm-carbon-bundle
cryonighter/valid-request-bundle
coolms/taxonomy-bundle
coolms/field-bundle
articulate-orm/symfony
aaix/laravel-tall-architect
ephoto/akeneo-connector
emmanuelballery/eb-plantumlbundle
emielburgman/symfony-visitor-beacon
emielburgman/symfony-visit-storage
emielburgman/symfony-security-headers
emielburgman/symfony-log-viewer
emarref/xdebug-bundle
emarref/pubnub-bundle
elriseio/finance-money-bundle