2017 © Pedro PelĂĄez
 

symfony-bundle re-captcha-bundle

Google reCAPTCHA symfony form type and validator

image

sfue/re-captcha-bundle

Google reCAPTCHA symfony form type and validator

  • Sunday, May 13, 2018
  • by Sfue
  • Repository
  • 1 Watchers
  • 0 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 17 % Grown

The README.md

SfueReCaptchaBundle

Installation

Install the bundle via composer, (*1)

$ composer require sfue/re-captcha-bundle

Add the Bundle to your AppKernel, (*2)

// app/AppKernel.php

<?php

public function registerBundles()
{
    $bundles = array(
        // ...
        new new Sfue\ReCaptchaBundle\SfueReCaptchaBundle(),
    );
}

Add the bundles form theme to your twig configuration, (*3)

sfue_re_captcha:
    site_key: 'your Google reCAPTCHA site key'
    secret: 'your Google reCAPTCHA secret'

Add the bundles form theme to your twig configuration, (*4)

# Twig Configuration
twig:
    form_themes:
        - '@SfueReCaptcha/Form/fields.html.twig'

Use the ReCaptchaType in any form you want to have a reCAPTCHA field, (*5)


public function buildForm(FormBuilderInterface $builder, array $options) { $builder // ... ->add('recaptcha', ReCaptchaType::class) ; }

The Versions

13/05 2018

dev-master

9999999-dev https://github.com/Sfue/SfueReCaptchaBundle

Google reCAPTCHA symfony form type and validator

  Sources   Download

MIT

The Requires

 

The Development Requires

by Stephan FĂŒhner

captcha recaptcha

13/05 2018

dev-develop

dev-develop https://github.com/Sfue/SfueReCaptchaBundle

Google reCAPTCHA symfony form type and validator

  Sources   Download

MIT

The Requires

 

The Development Requires

by Stephan FĂŒhner

captcha recaptcha

13/05 2018

v1.0.1

1.0.1.0 https://github.com/Sfue/SfueReCaptchaBundle

Google reCAPTCHA symfony form type and validator

  Sources   Download

MIT

The Requires

 

The Development Requires

by Stephan FĂŒhner

captcha recaptcha

13/05 2018

v1.0.0

1.0.0.0 https://github.com/Sfue/SfueReCaptchaBundle

Google reCAPTCHA symfony form type and validator

  Sources   Download

MIT

The Requires

 

The Development Requires

by Stephan FĂŒhner

captcha recaptcha