2017 © Pedro Peláez
 

library nocaptcha

NoCaptcha Symfony Bundle

image

fledev/nocaptcha

NoCaptcha Symfony Bundle

  • Friday, October 20, 2017
  • by FLEdev
  • Repository
  • 0 Watchers
  • 0 Stars
  • 11 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

NoCaptcha

NoCaptcha Symfony Bundle

Installation:

$ composer require fledev/nocaptcha, (*1)

Add to: - AppKernel.php - registerBundles() - new FLEdev\NoCaptcha\NoCaptchaBundle(), (*2)

Configuration:

config.yml:

no_captcha:
    key: 'your_google_no-captcha_key'
    secret: 'your_google_no-captcha_secret'
    validation_mesage: 'Check in if you are Human'
    wrapper_class: no-captcha-wrap
    field_class: no-captcha

Usage:

  • Define:
use FLEdev\NoCaptcha\Form\NoCaptchaType;

  • Within "buildForm" Method:
$builder->add('no_captcha', NoCaptchaType::class);

The Versions

20/10 2017

dev-master

9999999-dev https://github.com/FLEdev/NoCaptcha

NoCaptcha Symfony Bundle

  Sources   Download

MIT

The Requires

 

code security symfony2 bot captcha google spam visual

20/10 2017

v0.1

0.1.0.0 https://github.com/FLEdev/NoCaptcha

NoCaptcha Symfony Bundle

  Sources   Download

MIT

The Requires

 

code security symfony2 bot captcha google spam visual