Implementation for SNI (aka DNI) VO.
Example: Generate new SNI
use SNI\Domain\SNI;
...
$sni = SNI::fromString('84253610X');
PHP in 7.4 or higher version.
$ git clone [email protected]:garciasdos/spanish-national-identifier.git
Via Composer
Package hosted in Packagist.
Require the latest version of garciasdos/spanish-national-identifier
with Composer
$ composer require garciasdos/spanish-national-identifier