Search code examples
phpfingerprinttime-and-attendance

How i can integrate fingerprint scanning device in a PHP application


I am working on an attendance system in PHP, attendance will be recorded with fingerprint device (SUPEREMA). how I will integrate auto attendance through scanning device, any help will be highly appreciated.


Solution

  • It looks like the SUPEREMA system does have a SDK

    http://www.supremainc.com/eng/product/pc_22.php?mark=33

    However it doesn't integrate with PHP. The only way I can see of doing it would be to write a Visual Studio app that captured and updated to the database, or one with an embedded html browser that it could then send the captured data to.