innocead / captcha-bundle
Symfony InnoceadCaptchaBundle
Package info
github.com/innocead/CaptchaBundle
Type:symfony-bundle
pkg:composer/innocead/captcha-bundle
dev-master
2013-08-27 22:10 UTC
Requires
- php: >=5.3.2
- symfony/framework-bundle: >=2.1.0
This package is not auto-updated.
Last update: 2026-04-11 23:52:54 UTC
README
The InnoceadCaptchaBundle adds support for a captcha in Symfony 2.1.* and later.
Features include:
- Constraints Validator
- Form type
- Flexible configuration
- Uses translations (ru, en)
Installation
See Resources/doc/installation.md
Usage
You can use the "innocead_captcha" type in your forms this way:
<?php // ... $builder->add('captcha', 'innocead_captcha'); // ...
And Constraints Validator in model:
<?php namespace ..\Model; use Innocead\CaptchaBundle\Validator\Constraints as CaptchaAssert; class RecoverAccount { /** * @CaptchaAssert\Captcha */ public $captcha; }
Configuration
See Resources/doc/configuration.md
License
This bundle is under the MIT license. See the complete license in the bundle: