Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bangadam/nik-parser-php

NIK Parser is a package to convert Indonesian citizenship identity number into usefull information
https://github.com/bangadam/nik-parser-php

indonesia laravel nik parser php

Last synced: 2 days ago
JSON representation

NIK Parser is a package to convert Indonesian citizenship identity number into usefull information

Awesome Lists containing this project

README

        


Nik Parser Php

 


NIK Parser PHP


Github top language

Github language count

Repository size

License

Github issues

Github forks

Github stars


About   |  
Features   |  
Technologies   |  
Requirements   |  
Setup   |  
Usage   |  
License   |  
Author


## :dart: About

NIK Parser is a package to convert Indonesian citizenship identity number into usefull information.

## :sparkles: Features

:heavy_check_mark: All information of NIK number identification like province, birthdate, age etc.\

## :rocket: Technologies

The following tools were used in this project:

- [PHP](https://www.php.net/)
- [Composer](https://getcomposer.org/)

## :white_check_mark: Requirements

Before starting :checkered_flag:, you need to have [PHP](https://www.php.net/) and - [Composer](https://getcomposer.org/) installed.

## :rocket: Usage

#### Install

```bash
composer require bangadam/nik-parser-php
```

#### Example

```php
getAll());

} catch (\Exception $e) {
echo $e->getMessage();
}
```

## :memo: License

This project is under license from MIT. For more details, see the [LICENSE](LICENSE.md) file.

Made with :heart: by Muhammad Adam

 

Back to top