PHPackages                             metcore/finger-solution - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. metcore/finger-solution

ActiveExtention[HTTP &amp; Networking](/categories/http)

metcore/finger-solution
=======================

Communication to device finger solution

0491PHP

Since Jan 27Pushed 4y ago1 watchersCompare

[ Source](https://github.com/metcore/finger-solution)[ Packagist](https://packagist.org/packages/metcore/finger-solution)[ RSS](/packages/metcore-finger-solution/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Project Title
=============

[](#project-title)

SDK Fingerprint Solution

Description
-----------

[](#description)

This is a calss for handle communiaction with device finger solution, Uses this class you can manupulation data on your device whitout iClock

And more documentation about data communcation with finger solution, you can see here

Getting Started
---------------

[](#getting-started)

### Installing

[](#installing)

To install, either run

```
composer require metcore/finger-solution "@dev"
```

### Using Communication

[](#using-communication)

Initiated class

```
$finger = new metcore\FingerSolution\FingerSolution([
	'ipaddress'=> "***.***.*.***"
]);
```

#### Get All User

[](#get-all-user)

```
$data = $finger->getUserInfo();
```

#### Get Single User

[](#get-single-user)

```
$data = $finger->getUserInfo(['pin'=>8]);
```

#### Add a User

[](#add-a-user)

```
// // privilege : 0 user  , 14 SuperAdmin
$data = $finger->setUserInfo([
	'name'	=> "User",
	'pin'=> "8",
	'privilege'=>0,
	'password'=>12345
]);
```

#### Delete A user

[](#delete-a-user)

```
$data = $finger->deleteUser(['pin'=>6]);
```

#### Get List finger biometric

[](#get-list-finger-biometric)

```
$dataTemplete = $finger->getUserTemplate(['pin'=>8, 'fingerId'=>6]);
```

#### Set Finger biometric to a user

[](#set-finger-biometric-to-a-user)

```
$setFinger = $finger->setUserTemplate([
	'templete'	=> $dataTemplete['Template'],
	'fingerId'	=> $dataTemplete['FingerID'],
	'pin'		=> 9,
]);
```

#### Delete Finger biometric

[](#delete-finger-biometric)

```
$data = $finger->deleteTemplate(['pin'=>6]);
```

#### Delete / Clear all data user &amp; template

[](#delete--clear-all-data-user--template)

```
$data = $finger->clearUserTemplate();
```

#### Delete / Clear all template

[](#delete--clear-all-template)

```
$data = $finger->clearTemplate();
```

#### Delete / Clear all attende

[](#delete--clear-all-attende)

```
$data = $finger->clearAttende();
```

#### Get Date &amp; Time mechine

[](#get-date--time-mechine)

```
$data = $finger->getDate();
```

#### Set Date &amp; Time mechine

[](#set-date--time-mechine)

```
$data = $finger->getDate(['date'=>"2012-12-12", "time"=>"10:10:10"]);
```

### Using WebHook

[](#using-webhook)

Before you start, you must have an device ip address, to get the ip address, just point the url on the device to your url and this will return the device id and ip address

```
$finger = new metcore\FingerSolution\WebHook;
$SN = $finger->serialNumber;
$ip = $finger->ipAddress;

$myfile = fopen("newfile.txt", "w") or die("Unable to open file!");
$txt = $SN`;
fwrite($myfile, $txt);
$txt = $ip;
fwrite($myfile, $txt);
fclose($myfile);
```

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity27

Early-stage or recently created project

 Bus Factor1

Top contributor holds 66.7% 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.

### Community

Maintainers

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

---

Top Contributors

[![it1herca](https://avatars.githubusercontent.com/u/68728295?v=4)](https://github.com/it1herca "it1herca (14 commits)")[![metcore](https://avatars.githubusercontent.com/u/19375739?v=4)](https://github.com/metcore "metcore (7 commits)")

### Embed Badge

![Health badge](/badges/metcore-finger-solution/health.svg)

```
[![Health](https://phpackages.com/badges/metcore-finger-solution/health.svg)](https://phpackages.com/packages/metcore-finger-solution)
```

###  Alternatives

[php-http/cache-plugin

PSR-6 Cache plugin for HTTPlug

25126.1M82](/packages/php-http-cache-plugin)[illuminate/http

The Illuminate Http package.

11937.9M6.9k](/packages/illuminate-http)[rdkafka/rdkafka

A PHP extension for Kafka

2.2k24.3k1](/packages/rdkafka-rdkafka)[httpsoft/http-message

Strict and fast implementation of PSR-7 and PSR-17

87965.9k114](/packages/httpsoft-http-message)[mezzio/mezzio-router

Router subcomponent for Mezzio

265.4M91](/packages/mezzio-mezzio-router)[serpapi/google-search-results-php

Get Google, Bing, Baidu, Ebay, Yahoo, Yandex, Home depot, Naver, Apple, Duckduckgo, Youtube search results via SerpApi.com

69127.2k](/packages/serpapi-google-search-results-php)

PHPackages © 2026

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