Skip to content

Commit 90e95ad

Browse files
committed
Update README.md
1 parent bdea8c1 commit 90e95ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# IdValidator.php
22

3-
`中华人民共和国居民身份证``中华人民共和国港澳居民居住证`以及`中华人民共和国台湾居民居住证`号码验证工具(PHP Composer 版)支持 15 位与 18 位身份证号。基于 [JavaScript 版本](https://github.com/mc-zone/IDValidator)
4-
5-
Chinese Mainland Personal ID Card Validation.
3+
`中华人民共和国居民身份证``中华人民共和国港澳居民居住证`以及`中华人民共和国台湾居民居住证`号码验证工具(PHP Composer 版)支持 15 位与 18 位号码。基于 [JavaScript 版本](https://github.com/mc-zone/IDValidator)
64

75

86
[![Build Status](https://travis-ci.org/jxlwqq/id-validator.svg?branch=master)](https://travis-ci.org/jxlwqq/id-validator)
@@ -97,6 +95,8 @@ $idValidator->fakeId(true, '香港特别行政区', '19970701', 0); // 生成出
9795

9896
* [中华人民共和国行政区划代码历史数据集](https://github.com/jxlwqq/address-code-of-china)
9997

98+
* [国务院办公厅关于印发《港澳台居民居住证申领发放办法》的通知](http://www.gov.cn/zhengce/content/2018-08/19/content_5314865.htm)
99+
100100
* [港澳台居民居住证](https://zh.wikipedia.org/wiki/港澳台居民居住证)
101101

102102
## Change Log

0 commit comments

Comments
 (0)