pzinwai/singapore-ic-validator

一个快速且易于使用的新加坡IC验证器。

1.0.0 2021-01-01 09:38 UTC

This package is auto-updated.

Last update: 2024-09-29 05:36:36 UTC


README

一个快速且易于使用的新加坡IC验证器。

要求

PHP >= 5.3.0

安装

composer require pzinwai/singapore-ic-validator

使用

use pzinwai\SingaporeICValidator\SingaporeICValidator;

$result = SingaporeICValidator::validateNRIC("SXXXXXXXZ");

如果返回值为 true,则验证成功。

如果返回值为 false,则验证失败。