This bundle provides additional Symfony validation, include:
- ReCaptcha
Package can be installed using Composer.
composer require otten/validation-bundle
Enable the bundle in the kernel:
// app/AppKernel.php
class AppKernel extends Kernel
{
public function registerBundles()
{
$bundles = array(
// ...
new Otten\Bundle\ValidationBundle\OttenValidationBundle(),
);
// ...
}
}
This bundle is under the MIT license. See the complete license in the bundle