PHP不支持Biometrics Attendence Machine的SDK的dll文件

I have ZK Teco Bio-metrics Attendance Machine. I need to integrate this machine with my PHP project so our team can access this machine remotely to get their attendance record. Also, I have provided Official SDK that contains dll files.

I have copied the dll files in the path "C:\xampp\php\ext\" and included extensions to these files in "php.ini" file. But PHP doesn't support these dll files.

What should I do to use these dll files in my PHP project?

ZK Teco does not provide sdk for PHP. It only provides in C# and VB.net. So only dll files is not sufficient to do any thing until it supports that language. Because they don't provide sdk in php you don't have any option to integrate with php. You need to look from another provide or work in the given language. They have proper documentation for both C# and VB.Net.

Using Sql we can get the attendance details from biometric machine and we can use the the biometric data in php also.