2017 © Pedro Peláez
 

symfony-bundle captcha-bundle

Symfony InnoceadCaptchaBundle

image

innocead/captcha-bundle

Symfony InnoceadCaptchaBundle

  • Wednesday, August 28, 2013
  • by innocead
  • Repository
  • 1 Watchers
  • 7 Stars
  • 30,739 Installations
  • PHP
  • 10 Dependents
  • 0 Suggesters
  • 5 Forks
  • 1 Open issues
  • 1 Versions
  • 1 % Grown

The README.md

InnoceadCaptchaBundle

The InnoceadCaptchaBundle adds support for a captcha in Symfony 2.1.* and later., (*1)

Features include:, (*2)

  • Constraints Validator
  • Form type
  • Flexible configuration
  • Uses translations (ru, en)

Installation

See Resources/doc/installation.md, (*3)

Usage

You can use the "innocead_captcha" type in your forms this way:, (*4)

<?php
    // ...
    $builder->add('captcha', 'innocead_captcha');
    // ...

And Constraints Validator in model:, (*5)

<?php

namespace ..\Model;

use Innocead\CaptchaBundle\Validator\Constraints as CaptchaAssert;

class RecoverAccount
{
    /**
     * @CaptchaAssert\Captcha
     */
    public $captcha;
}

Configuration

See Resources/doc/configuration.md, (*6)

License

This bundle is under the MIT license. See the complete license in the bundle:, (*7)

See Resources/meta/LICENSE, (*8)

The Versions

28/08 2013

dev-master

9999999-dev https://github.com/innocead/CaptchaBundle

Symfony InnoceadCaptchaBundle

  Sources   Download

MIT

The Requires

 

security symfony2 captcha spam