18/04
2018
dev-master
9999999-devCUIT/CUIL Validator (Arg)
MIT
The Requires
- php >=7.0
The Development Requires
by Juanchi
Wallogit.com
2017 © Pedro Peláez
CUIT/CUIL Validator (Arg)
A CUIT/CUIL validator for PHP for use in Argentina., (*1)
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.
CUIT/CUIL Validator (Arg)
MIT