Looking to hire Laravel developers? Try LaraJobs

laravel-validator-nric-fin maintained by repat

Description
Laravel Validator for Singapore NRIC / FIN
Author
Last update
2024/05/27 14:47 (dev-main)
License
Downloads
12 203

Comments
comments powered by Disqus

laravel-validator-nric-fin

Latest Version on Packagist Total Downloads

laravel-validator-nric-fin is a custom Rule Object / Validator for Laravel that validates the National Registration Identity Card (NRIC) and Foreign Identification Number (FIN) of Singapore.

Installation

$ composer require repat/laravel-validator-nric-fin

Documentation


use Illuminate\Http\Request;
use Repat\LaravelRules\NricFin;

// ...

public function controllerMethod(Request $request) {
    $request->validate([
        'nric' => new NricFin,
    ]);

    //
}

Tests

vendor/bin/phpunit

License

Version

  • Version 0.5

Contact

repat

Flattr this git repo