garciasdos/西班牙国家识别码

该包最新版本(v1.0)没有提供许可信息。

生成西班牙国家识别码

v1.0 2020-03-08 22:27 UTC

This package is auto-updated.

Last update: 2024-09-17 18:53:35 UTC


README

SNI(即DNI)的实现。

用法

示例:生成新的SNI

use SNI\Domain\SNI;

...

$sni = SNI::fromString('84253610X');

需求

PHP 7.4或更高版本。

安装

通过GitHub

$ git clone git@github.com:garciasdos/spanish-national-identifier.git

通过 Composer

该包托管在 Packagist

使用Composer要求最新版本的garciasdos/spanish-national-identifier

$ composer require garciasdos/spanish-national-identifier