dev-master
9999999-devUkranian INN Parser
MIT
The Requires
- php >=7.1
The Development Requires
by Alexander Letnikow
1.0.0
1.0.0.0Ukranian INN Parser
MIT
The Requires
- php >=7.1
The Development Requires
by Alexander Letnikow
Wallogit.com
2017 © Pedro Peláez
Ukranian INN Parser
Simple parser that allows to decode ukranian tax reference number information, (*2)
Парсер позволяет расшировывать ИНН (Украина) для получения даты рождения, пола и контрольной суммы., (*3)
Using composer:, (*4)
composer require horat1us/inn-parser
<?php
use Horat1us\Inn;
$inn = 3184710691;
$parser = new Inn\Parser($inn);
$info = $parser->parse();
$info->isValid(); // is control sum match
$info->getGender(); // male
$info->getBirthDate(); // \DateTime
$info->getBirthDate()->format('Y-m-d'); // 1987-03-12
MIT, (*5)
Ukranian INN Parser
MIT
Ukranian INN Parser
MIT