2017 © Pedro Peláez
 

library cuit-php

CUIT/CUIL Validator (Arg)

image

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

The README.md

CUIT

A CUIT/CUIL validator for PHP for use in Argentina., (*1)

Build Status, (*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.

The Versions

18/04 2018

dev-master

9999999-dev

CUIT/CUIL Validator (Arg)

  Sources   Download

MIT

The Requires

  • php >=7.0

 

The Development Requires

by Juanchi