PHPackages                             latansamashiro/fingerprint - 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. latansamashiro/fingerprint

ActiveLibrary

latansamashiro/fingerprint
==========================

Laravel Package for Fingerprint Solution x100c, x601 etc

1.0.2(2y ago)228MITPHP

Since Mar 28Pushed 2y ago1 watchersCompare

[ Source](https://github.com/latansamashiro/laravel-fp-solution)[ Packagist](https://packagist.org/packages/latansamashiro/fingerprint)[ RSS](/packages/latansamashiro-fingerprint/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)Dependencies (1)Versions (5)Used By (0)

Laravel Fingerprint Solution
============================

[](#laravel-fingerprint-solution)

Laravel package for connect and get data from fingerprint Solution X100-C, X304, X302-S, X401, X601, C1

Easy Installation
-----------------

[](#easy-installation)

### Install with composer

[](#install-with-composer)

To install with [Composer](https://getcomposer.org/), simply require the latest version of this package.

```
composer require latansamashiro/fingerprint
```

Make sure that the autoload file from Composer is loaded.

```
composer dump-autoload
```

### How to Use

[](#how-to-use)

```
use Latansamashiro\Fingerprint\FingerPrint;
...

// example
$ip_address = "192.168.1.10";
$commkey = "0";
$port = "4370";
$fp_machine = new FingerPrint($ip_address, $commkey, $port);

// Check Connection to Machine FP (return Boolean)
$is_connect = $fp_machine->connect();
echo $is_connect;

// Get Data from Machine (return Array)
$data = $fp_machine->getData();
print_r($data);

```

License
-------

[](#license)

MIT

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

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.

###  Release Activity

Cadence

Every ~3 days

Total

3

Last Release

773d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4d055a602511014e7876ffd1a2e78fd378cc7e47f1db475c88c7ad5c5e980260?d=identicon)[dikiwidia](/maintainers/dikiwidia)

---

Top Contributors

[![dikiwidia](https://avatars.githubusercontent.com/u/8361706?v=4)](https://github.com/dikiwidia "dikiwidia (5 commits)")

### Embed Badge

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

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

PHPackages © 2026

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