Download the PHP package mero/br-validator-bundle without Composer
On this page you can find all versions of the php package mero/br-validator-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package br-validator-bundle
MeroBrValidatorBundle
Bundle for Symfony with validators for Brazilian location.
Requeriments
- PHP 5.4.9 or above
- Symfony 2.8 or above(including Symfony 3)
Instalation with composer
- Open your project directory;
- Run
composer require mero/br-validator-bundle
to add MeroBrValidatorBundle in your project vendor; - Open my/project/dir/app/AppKernel.php;
- Add
Mero\Bundle\BrValidatorBundle\MeroBrValidatorBundle()
.
Symfony validators
Applies to | Options | Class | Validator | Description |
---|---|---|---|---|
property or method | message | CPF | CPFValidator | Validates number of CPF(individual registration) |
property or method | message | CNH | CNHValidator | Validates number of CNH(national driving license) |
property or method | message | CNPJ | CNPJValidator | Validates number of CNPJ(corporate registration) |
Basic usage
All versions of br-validator-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5.9
The package mero/br-validator-bundle contains the following files
Loading the files please wait ....