Skip to content

Commit 13e3d37

Browse files
committed
init
1 parent cbbc3bd commit 13e3d37

File tree

3 files changed

+3850
-0
lines changed

3 files changed

+3850
-0
lines changed

composer.json

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"name": "ionepub/idcard",
3+
"description": "二代身份证号码验证,可用于验证二代身份证号码是否合法、从身份证号码中获取生日/性别/年龄/地区信息 A Chinese identity card number verification class",
4+
"keywords": [
5+
"身份证号码验证",
6+
"id",
7+
"A Chinese identity card number verification class"
8+
],
9+
"autoload": {
10+
"psr-4": {"Ionepub\\": "src/"}
11+
},
12+
"homepage": "https://github.com/ionepub/idcard",
13+
"authors": [
14+
{
15+
"name": "ionepub",
16+
"homepage": "http://github.com/ionepub/"
17+
}
18+
],
19+
"license": "MIT"
20+
}

0 commit comments

Comments
 (0)