2017 © Pedro Peláez
 

symfony-bundle validation-bundle

Provide additional validator for Symfony.

image

otten/validation-bundle

Provide additional validator for Symfony.

  • Tuesday, December 27, 2016
  • by otten
  • Repository
  • 2 Watchers
  • 0 Stars
  • 13 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Validation Bundle

Source Code GitHub license Travis Scrutinizer Scrutinizer Coverage, (*1)

This bundle provides additional Symfony validation, include: * ReCaptcha, (*2)

Step1: Setting up the Bundle

Download the Bundle

Package can be installed using Composer., (*3)

composer require otten/validation-bundle

Enable the Bundle

Enable the bundle in the kernel:, (*4)

// app/AppKernel.php
class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = array(
            // ...
            new Otten\Bundle\ValidationBundle\OttenValidationBundle(),
        );

        // ...
    }
}

Step2: Configuring Validation

License

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

The Versions

27/12 2016

dev-master

9999999-dev

Provide additional validator for Symfony.

  Sources   Download

MIT

The Requires

 

The Development Requires

validation bundle symfony recaptcha

27/12 2016

v0.1.0

0.1.0.0

Provide additional validator for Symfony.

  Sources   Download

MIT

The Requires

 

The Development Requires

validation bundle symfony recaptcha