An open API service indexing awesome lists of open source software.

https://github.com/turahe/number-validator


https://github.com/turahe/number-validator

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# nik-validator
Validator is a package to convert identity number into usefully information. You just call the **parse** method and input NIK number in the parameter, then you will get the informations (without internet connection).

## Usage
* Installation
```
composer require turahe/number-validator
```

* Example
```php
parse();

if($parsed->valid) {
var_dump($parsed);
}
```