dev-master
9999999-dev https://github.com/innocead/CaptchaBundleSymfony InnoceadCaptchaBundle
MIT
The Requires
- php >=5.3.2
- symfony/framework-bundle >=2.1.0
by innocead
security symfony2 captcha spam
Symfony InnoceadCaptchaBundle
The InnoceadCaptchaBundle adds support for a captcha in Symfony 2.1.* and later., (*1)
Features include:, (*2)
See Resources/doc/installation.md, (*3)
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; }
See Resources/doc/configuration.md, (*6)
This bundle is under the MIT license. See the complete license in the bundle:, (*7)
See Resources/meta/LICENSE, (*8)
Symfony InnoceadCaptchaBundle
MIT
security symfony2 captcha spam