Download the PHP package matiasiglesias/cuit-validator without Composer
On this page you can find all versions of the php package matiasiglesias/cuit-validator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download matiasiglesias/cuit-validator
More information about matiasiglesias/cuit-validator
Files in matiasiglesias/cuit-validator
Package cuit-validator
Short Description Módulo de Validación de CUIT
License MIT
Homepage https://github.com/matiasiglesias/cuit-validator
Informations about the package cuit-validator
Módulo Validador de CUIT para ZF2
Introducción
Módulo validador de Clave Única de Identificación Tributaria utilizado por la AFIP en Argentina.
Más información en Wikipedia
Instalacion
Instala el módulo con composer agregando el siguiente require "require" en el archivo composer.json
luego, ejecuta
y habilita el módulo en application.config.php
Uso
Agrega el validador
Configuración
Estas son las opciones del validador:
- incluirEmpresas Boolean. Permite CUIT de empresas (prefijos 30 y 33). Valor por defecto false.
- incluirPersonas Boolean. Permite CUIT de personas (prefijos 20, 23, 24 y 27). Valor por defecto true.
- filtrarCuitNoNumerico Boolean. Filtra cualquier caracter no numérico del CUIT (ej. '-'). Valor por defecto true.
Contacto
- Via email [email protected].
- Via Twitter@matiashiglesias
Licencia
CuitValidator is licensed under the MIT license.
See the included LICENSE file.
Copyright (c) 2013-2017 Matias Iglesias
http://www.matiasiglesias.com.ar/
All rights reserved.
All versions of cuit-validator with dependencies
zendframework/zend-stdlib Version ^2.4 || ^3.0
zendframework/zend-validator Version ^2.4