Skip to content

Validates Czech company ID (IČ). Based on the code written by David Grudl.

Notifications You must be signed in to change notification settings

visionappscz/cz-ic-validator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CZ IC Validator

The Validator for validation of CZ IC based on the code written by David Grudl.

Getting Started

Installing

Install with composer

require visionappscz/cz-ic-validator

Usage example

$validator = new CZICValidator();
if ($validator->validate('12345678')) {
    echo "IC is valid.";
} else {
    echo "IC is not valid!";
}

About

Validates Czech company ID (IČ). Based on the code written by David Grudl.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages