2017 © Pedro Peláez
 

symfony-bundle validator-bundle

Validation enhancements for Symfony applications

image

phpmentors/validator-bundle

Validation enhancements for Symfony applications

  • Tuesday, May 22, 2018
  • by hidenorigoto
  • Repository
  • 2 Watchers
  • 6 Stars
  • 4,469 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 11 Versions
  • 3 % Grown

The README.md

PHPMentorsValidatorBundle

Validation enhancements for Symfony applications, (*1)

Total Downloads Latest Stable Version Latest Unstable Version Build Status, (*2)

Features

  • Namespace alias configuration
  • Constraints
    • AtLeastOneOf
    • Range
    • ServiceCallback

Installation

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

First, add the dependency to phpmentors/validator-bundle into your composer.json file as the following:, (*4)

Stable version:, (*5)

composer require phpmentors/validator-bundle "1.3.*"

Development version:, (*6)

composer require phpmentors/validator-bundle "~1.4@dev"

Second, add PHPMentorsValidatorBundle into your bundles to register in AppKernel::registerBundles() as the following:, (*7)

...
class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = array(
            ...
            new PHPMentors\ValidatorBundle\PHPMentorsValidatorBundle(),
        );
        ...

Support

If you find a bug or have a question, or want to request a feature, create an issue or pull request for it on Issues., (*8)

Copyright (c) 2014-2016, 2018 GOTO Hidenori, KUBO Atsuhiro, and contributors, All rights reserved., (*9)

License

The BSD 2-Clause License, (*10)

The Versions

30/04 2014

v0.0.3

0.0.3.0 https://github.com/phpmentors-jp/PHPMentors.ValidatorBundle

Extra Validator for Symfony

  Sources   Download

BSD-2-Clause

The Requires

 

by GOTO Hidenori

validator symfony

30/04 2014

v0.1.0

0.1.0.0 https://github.com/phpmentors-jp/PHPMentors.ValidatorBundle

Extra Validator for Symfony

  Sources   Download

BSD-2-Clause

The Requires

 

by GOTO Hidenori

validator symfony

30/04 2014

v0.0.2

0.0.2.0 https://github.com/phpmentors-jp/PHPMentors.ValidatorBundle

Extra Validator for Symfony

  Sources   Download

BSD-2-Clause

The Requires

 

by GOTO Hidenori

validator symfony

30/04 2014

v0.0.1

0.0.1.0 https://github.com/phpmentors-jp/PHPMentors.ValidatorBundle

Extra Validator for Symfony

  Sources   Download

BSD-2-Clause

The Requires

 

by GOTO Hidenori

validator symfony