Skip to content

中华人民共和国公民身份证号码验证和信息提取

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.txt
Notifications You must be signed in to change notification settings

liuzelei/chinese_pid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PRC公民身份证号码验证和信息提取

Travis

安装

Gemfile文件中添加:

gem 'chinese_pid'

bundle:

$ bundle

或者直接安装:

$ gem install chinese_pid

使用

ChinesePid.new("your id card").valid? #返回是否通过验证
ChinesePid.new("your id card").gender #1是男性/0是女性
ChinesePid.new("your id card").birthday  #Date类型的生日

支持15位和18位身份证号

About

中华人民共和国公民身份证号码验证和信息提取

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.txt

Stars

Watchers

Forks

Packages

No packages published

Languages