Download the PHP package akong/fingerprint_matching without Composer
On this page you can find all versions of the php package akong/fingerprint_matching. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download akong/fingerprint_matching
More information about akong/fingerprint_matching
Files in akong/fingerprint_matching
Download akong/fingerprint_matching
More information about akong/fingerprint_matching
Files in akong/fingerprint_matching
Vendor akong
Package fingerprint_matching
Short Description 指纹比对服务(Fingerprint matching)
License MIT
Package fingerprint_matching
Short Description 指纹比对服务(Fingerprint matching)
License MIT
Please rate this library. Is it a good library?
Informations about the package fingerprint_matching
PHP 指纹比对扩展包
原理是通过 PHP7.4 的 FFI 功能调用 .so 包提供的比对方法。
支持的设备厂家
如果别家产品有提供 .so 文件,也可以参考此包实现比对功能。
安装
要求
- PHP >= 7.4
- FFI 扩展,且
ffi.enable=true
基于 composer 安装
使用
基本方法
1 对 1 比对
比对成功返回:true
,否则 false
1 对 N 比对
返回匹配的数组 key
高级用法
严格模式
将通过比分调整为 80 分,默认是一般模式
60 分。
自定义通过比分
如果一般模式(60)
和严格模式(80)
不满足,可单独设置通过分数
All versions of fingerprint_matching with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.4
The package akong/fingerprint_matching contains the following files
Loading the files please wait ....