makowskid/sg-nric
最新稳定版本:v1.0.0
Composer 安装命令:
composer require makowskid/sg-nric
包简介
Package to easily validate Singapore NRIC/FIN numbers in PHP
README 文档
README
PHP Singapore NRIC (National Registration Identity Card) or FIN (Foreign Identification Number) validator package
Install
composer require makowskid/sg-nric
Usage
use Makowskid\SgNric\SgNric; $validator = new SgNric(); if ($validator->isNricValid($theNric)) { // NRIC is valid // Your code here... } // OR if ($validator->isFinValid($theFin)) { // FIN is valid // Your code here... }
Contributing
Please see CONTRIBUTING for details.
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 4
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-12-01