PHPackages                             bkremenovic/fingerprint-matching - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. bkremenovic/fingerprint-matching

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

bkremenovic/fingerprint-matching
================================

Laravel / Lumen package that allows you to match fingerprints scanned with SecuGen Hamster Plus device (using minutiae templates)

202219[4 issues](https://github.com/bkremenovic/fingerprint-matching/issues)Python

Since Nov 2Pushed 8y ago2 watchersCompare

[ Source](https://github.com/bkremenovic/fingerprint-matching)[ Packagist](https://packagist.org/packages/bkremenovic/fingerprint-matching)[ RSS](/packages/bkremenovic-fingerprint-matching/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel / Lumen fingerprint matching for SecuGen Hamster Plus
=============================================================

[](#laravel--lumen-fingerprint-matching-for-secugen-hamster-plus)

Laravel / Lumen package that allows you to match fingerprints scanned with SecuGen Hamster Plus device (using minutiae templates)

#### Include a package into your project using composer:

[](#include-a-package-into-your-project-using-composer)

```
composer require bkremenovic/fingerprint-matching dev-master

```

#### Install dependencies:

[](#install-dependencies)

```
sudo apt install python
sh vendor/bkremenovic/fingerprint-matching/install.sh

```

#### Open your config/app.php and add the following to the providers array:

[](#open-your-configappphp-and-add-the-following-to-the-providers-array)

```
Bkremenovic\Fingerprint\FingerprintServiceProvider::class,

```

#### In the same config/app.php and add the following to the aliases array:

[](#in-the-same-configappphp-and-add-the-following-to-the-aliases-array)

```
'Fingerprint' => Bkremenovic\Fingerprint\Facades\Fingerprint::class,

```

Usage
=====

[](#usage)

Use `match()` method using a fingerprint to match as a first parameter, and fingerprint samples folder as a second parameter. If the fingerprint has been successfully matched, it will return a string containing filename of the matching sample. Otherwise, it will return null.

#### Example:

[](#example)

```
Fingerprint::match("fingerprints/samples/", "/tmp/filebkdEfX");

```

Or match with an uploaded file

```
Fingerprint::match("fingerprints/samples/", $request->file('fingerprint'));

```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance16

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/f5f7e20f2ade558698c65ca71c488774c01c1bbddebedfe0bf1b8f15d0602f5e?d=identicon)[bkremenovic](/maintainers/bkremenovic)

### Embed Badge

![Health badge](/badges/bkremenovic-fingerprint-matching/health.svg)

```
[![Health](https://phpackages.com/badges/bkremenovic-fingerprint-matching/health.svg)](https://phpackages.com/packages/bkremenovic-fingerprint-matching)
```

###  Alternatives

[emberlabs/gravatarlib

A lightweight PHP 5.3 OOP library providing easy gravatar integration.

10023.5k](/packages/emberlabs-gravatarlib)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
