library cuit-php
CUIT/CUIL Validator (Arg)
juan88/cuit-php
CUIT/CUIL Validator (Arg)
- Wednesday, April 18, 2018
- by juan88
- Repository
- 1 Watchers
- 0 Stars
- 7 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
CUIT
A CUIT/CUIL validator for PHP for use in Argentina., (*1)
, (*2)
It checks the CUITs length, type and checksum number. Accepts both hyphenated and only-numbers CUITs., (*3)
require_once __DIR__ . "/vendor/autoload.php";
$cuit = new \Cuit\Cuit("20-12345678-9");
$cuit->validCuit(); //Will return true if the CUIT is valid.
dev-master
9999999-dev
CUIT/CUIL Validator (Arg)
Sources
Download
MIT
The Requires
The Development Requires
by
Juanchi