cobisja / tad-php

PHP Library for ZK Time & Attendance Devices
MIT License
213 stars 159 forks source link

test #61

Open softyaco opened 6 years ago

softyaco commented 6 years ago

cound you wright full test file please

animfahmy commented 5 years ago

$tad_factory = new TADFactory(['ip' => '192.168.1.201', 'encoding' => 'utf-8']); $tad = $tad_factory->get_instance(); $att_logs = $tad->get_att_log();