Skip to content

juan88/cuit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CUIT

A CUIT/CUIL validator for PHP for use in Argentina.

Build Status

It checks the CUITs length, type and checksum number. Accepts both hyphenated and only-numbers CUITs.

require_once __DIR__ . "vendor/autoload.php";

$cuit = new \Cuit\Cuit("20-12345678-9");

$cuit->validCuit(); //Will return true if the CUIT is valid.

About

CUIT/CUIL validator for PHP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages