irvincode/scanner
Composer 安装命令:
composer require irvincode/scanner
包简介
Scan your ine card
README 文档
README
Scan you INE with a simple photo
Installation
composer require irvincode/scanner
Documentation
Call the class with the image to scan
use IrivinCode\Scanner\ScanIne;
[...]
$ine = new ScanINE('image/path');
Functions
Note: All data returned as a string
getName();
Returns full name
getBirth();
Returns the birth
getAddress();
Returns full address
getElectorKey();
Returns the elector key
getCurp();
Returns the curp
getYearRegister();
Returns the year in which it is registered
getState();
Returns the number of the state
getMunicipality();
Returns the number of the municipality
getSection();
Returns the number of the section
getLocation();
Returns the number of the locality
getEmission();
Return the year of the emission
getValidity();
Return the year of validity
统计信息
- 总下载量: 17
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2017-11-28