Download the PHP package fsuuaas/zkteco without Composer
On this page you can find all versions of the php package fsuuaas/zkteco. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download fsuuaas/zkteco
More information about fsuuaas/zkteco
Files in fsuuaas/zkteco
Package zkteco
Short Description Laravel library for ZKTeco Attendance Machine
License MIT
Informations about the package zkteco
Laravel ZKTeco Integration
Overview
The Laravel ZKTeco package offers a seamless way to integrate ZKTeco biometric devices with your Laravel application. It simplifies tasks such as connecting to devices, managing users, and retrieving attendance logs. With its intuitive API, developers can easily extract data like registered users, real-time logs, and device details, as well as add new users or clear attendance records. Utilizing a reliable socket connection, the package ensures fast and efficient data exchange, making it an essential tool for building attendance systems or time management applications.
Features
- Effortless Integration: Quickly connect ZKTeco biometric devices to your Laravel application with minimal setup.
- Comprehensive Attendance Management: Fetch, view, and manage attendance logs efficiently.
- User Management Made Easy: Add, update, or remove users directly from your application with full control.
- Real-Time Data Synchronization: Always access up-to-date attendance and user data without delays.
- Advanced Device Control: Manage device settings such as enabling/disabling devices, clearing logs, or restarting devices effortlessly.
- Enhanced Fingerprint Handling: Retrieve, add, or remove fingerprint data with robust support.
- Device Information Access: Obtain crucial details like version, OS, platform, serial number, and more.
- Custom Time Management: Sync or update the device’s internal clock for precise record-keeping.
Installation
You can install the package via composer:
The package is designed to automatically register itself upon installation.
Please ensure that the PHP sockets extension is enabled on your server. If it is not enabled, you will need to activate it.
Activate PHP Socket
Ensure that the PHP sockets extension is enabled on your server. If it is not enabled, follow these steps to activate it:
Locate the php.ini File: The php.ini file's location depends on your PHP installation. Common locations include:
- /etc/php/8.x/cli/php.ini (for CLI)
- /etc/php/8.x/apache2/php.ini (for Apache)
- /etc/php/8.x/fpm/php.ini (for PHP-FPM)
Edit the php.ini File: Open the php.ini file in a text editor with superuser privileges:
Uncomment the Sockets Extension: Find the following line:
Remove the semicolon (;) to uncomment the line:
Save and Exit: Save the changes and exit the editor (Ctrl + X, Y, Enter).
Restart the Web Server: Restart the web server to apply the changes:
Usage
Instantiate the Zkteco Object.
Call ZKTeco methods
-
Connect
-
Disconnect
- Enable Device
NOTE: You have to call after read/write any info of Device.
- Disable Device
NOTE: You have to call before read/write any info of Device.
-
Device Version
-
Device Os Version
-
Power Off
-
Restart
-
Sleep
-
Resume
-
Voice Test
-
Platform
-
Firmware Version
-
Work Code
-
SSR
-
Pin Width
-
Serial Number
-
Device Name
-
Get Device Time
-
Set Device Time
-
Get Users
-
Set Users
-
Clear All Admin
-
Clear All Users
-
Remove A User
-
Get Attendance Log
- Clear Attendance Log
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see License File for more information.