visionappscz / cz-ic-validator

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:PHP 100.0%