I have Attendance Management Device of Zkteco Brand
i need SDK of Php or Javascript,
i have tried some sdk like tad-php , zklib but not getting success yet
Thanks in Advance
I have Attendance Management Device of Zkteco Brand
https://www.helptechco./content/K20
i need SDK of Php or Javascript,
i have tried some sdk like tad-php , zklib but not getting success yet
Thanks in Advance
Share Improve this question edited Jun 26, 2021 at 9:24 Faisal asked Sep 4, 2018 at 10:29 FaisalFaisal 1521 gold badge2 silver badges12 bronze badges 1- zkteco./en/product_detail/ZKFingerSDK5.3.html ? – Dale Commented Sep 4, 2018 at 10:31
1 Answer
Reset to default 4That SDK TAD/PHP worked for me. The steps are -
edit your php.ini and enable the following extension (remove ';' from the front) and restart apache
extension=soap extension=sockets
Then connect the device with your PC via TCP/IP. e.g-
Ip Address(PC) =192.168.1.202
Default Gateway(PC) =192.168.1.201
Ip Address(Device) =192.168.1.203Then follow the readme file in TAD/PHP and connect according to the given instruction.e.g-
$tad = (new TADFactory(['ip'=>'192.168.1.203', '_key'=>0]))->get_instance();