bangadam/nik-parser-php
最新稳定版本:1.0.1
Composer 安装命令:
composer require bangadam/nik-parser-php
包简介
Identification Card of Indonesian
README 文档
README
NIK Parser PHP
About | Features | Technologies | Requirements | Setup | Usage | License | Author
🎯 About
NIK Parser is a package to convert Indonesian citizenship identity number into usefull information.
✨ Features
✔️ All information of NIK number identification like province, birthdate, age etc.\
🚀 Technologies
The following tools were used in this project:
✅ Requirements
Before starting 🏁, you need to have PHP and - Composer installed.
🚀 Usage
Install
composer require bangadam/nik-parser-php
Example
<?php use NikParser\NikParser; require __DIR__.'/vendor/autoload.php'; try { $nikParser = new NikParser("3509211202010006"); var_dump($nikParser->getAll()); } catch (\Exception $e) { echo $e->getMessage(); }
📝 License
This project is under license from MIT. For more details, see the LICENSE file.
Made with ❤️ by Muhammad Adam
统计信息
- 总下载量: 4
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 5
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-09-10