Fingerprint Matching

screenshot of Fingerprint Matching

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

Overview

The Laravel / Lumen fingerprint matching package for the SecuGen Hamster Plus is an innovative solution designed for developers looking to incorporate biometric authentication into their applications. By leveraging minutiae templates, this package facilitates accurate fingerprint matching, providing a seamless user experience. With easy integration using Composer, it allows for quick setup and implementation.

Whether you are building a secure application for personal identification or access control, this package simplifies the complexity of fingerprint recognition, ensuring efficient and reliable performance in various use cases.

Features

  • Fingerprint Matching: Utilizes minutiae templates to accurately match fingerprints scanned with the SecuGen Hamster Plus device.
  • Easy Installation: Add the package to your project effortlessly using Composer, streamlining the setup process.
  • Configuration Flexibility: Update your config/app.php to include necessary providers and aliases for smooth integration into your Laravel or Lumen project.
  • Simple Usage: The match() method allows you to easily match a fingerprint against a folder of samples, simplifying the process for developers.
  • Return Value Handling: Returns the filename of the matching sample if a match is found, or null if no match exists, making it easy to manage outcomes in your application.
  • Support for Uploads: Enables matching directly with uploaded files, enhancing versatility for various application scenarios.