PHPackages                             fahriztx/zksoapphp - 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. fahriztx/zksoapphp

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

fahriztx/zksoapphp
==================

A PHP Library For Manage Data From Fingerprint Machine with SOAP Protocol

v1.0.2(3y ago)186289MITPHPPHP &gt;=7.2.0

Since May 23Pushed 3y ago4 watchersCompare

[ Source](https://github.com/FAHRIZTX/ZKSoapPHP)[ Packagist](https://packagist.org/packages/fahriztx/zksoapphp)[ RSS](/packages/fahriztx-zksoapphp/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)DependenciesVersions (5)Used By (0)

ZK Soap PHP Library
===================

[](#zk-soap-php-library)

A PHP Library For Manage Data From Fingerprint Machine with SOAP Protocol

Features
--------

[](#features)

- Get Attendance Log with DateRange
- Get User Information

Requirements
------------

[](#requirements)

- PHP version 7.2 or higher
- Fingerprint Machine Support ZK Web Service

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 fahriztx/zksoapphp
```

Make sure that the autoload file from Composer is loaded.

```
// somewhere early in your project's loading, require the Composer autoloader
// see: http://getcomposer.org/doc/00-intro.md
require 'vendor/autoload.php';
```

Quick Start
-----------

[](#quick-start)

Just pass your IP, Port and Comkey :

- Get Attendance

```
// reference the ZK Soap PHP namespace
use Fahriztx\Zksoapphp\Fingerprint;

// initial
$machine = Fingerprint::connect('192.168.1.175', '80', '123456');

// get machine status
echo "Machine Status : ".$machine->getStatus(); // connect | disconnect

// get all log data
print_r($machine->getAttendance()); // return Array of Attendance Log

// get all log data with date
print_r($machine->getAttendance('all', '2022-05-01')); // return Array of Attendance Log

// get all log data with date range
print_r($machine->getAttendance('all', '2022-05-01', '2022-05-10')); // return Array of Attendance Log

// get specific pin log data
print_r($machine->getAttendance(1)); // return Array of Attendance Log
// OR Array
print_r($machine->getAttendance([1, 2])); // return Array of Attendance Log
```

- Get User Information

```
// reference the ZK Soap PHP namespace
use Fahriztx\Zksoapphp\Fingerprint;

// initial
$machine = Fingerprint::connect('192.168.1.175', '80', '123456');

// get machine status
echo "Machine Status : ".$machine->getStatus(); // connect | disconnect

// get all user data
print_r($machine->getUserInfo()); // return Array of User Info Data

// get specific pin user data
print_r($machine->getUserInfo(1)); // return Array of User Info Data
// OR Array
print_r($machine->getUserInfo([1, 2])); // return Array of User Info Data
```

Changelog
---------

[](#changelog)

- Add support fot PHP &gt;= 8.0
- Fixing Non-static method Fahriztx\\Zksoapphp\\Fingerprint::connect() cannot be called statically

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity46

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 ~149 days

Total

3

Last Release

1158d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6b15079ff37fb75f261e61099eeb6403857dfc13d52de2e8773ff1ed8716ff29?d=identicon)[fahriztx](/maintainers/fahriztx)

---

Top Contributors

[![FAHRIZTX](https://avatars.githubusercontent.com/u/23007278?v=4)](https://github.com/FAHRIZTX "FAHRIZTX (1 commits)")

---

Tags

attendence-systemfingerprintfingerprint-attendancephpsoapsoap-clientzkclientzkteco

### Embed Badge

![Health badge](/badges/fahriztx-zksoapphp/health.svg)

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

###  Alternatives

[rohitkundale/order-comment

Allows customer to add a special note/message/comment or instruction while placing an order

209.9k](/packages/rohitkundale-order-comment)

PHPackages © 2026

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