Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

mumaryasin's avatar

Bio-metric attendance system using laravel

Hy Anyone know how to integrate thumb impression attendance system in laravel or php ? i really need this urgent to complete my school management system thanks

0 likes
6 replies
JeroenVanOort's avatar

Like on stackoverflow, we won't do your homework. It's not that we don't want to help you, it's just that doing some research yourself is a far better way to learn than have a solution handed to you. Furthermore, this isn't so much a question about Laravel or PHP as it is a question of what hardware to use to interact with any web based application.

martinbean's avatar

@mumaryasin As @JeroenVanOort says, we’re not here to do your homework or give you teh codez for your projects. You should have researched the problem first.

As far as I know, you’re going to need some sort of hardware device to actually capture someone’s thumbprints, and you’ll need to look into that particular device’s instruction manual as to how to interact with a web service (which would be your Laravel or PHP application).

kodemania's avatar

I also want this in my project but if anyone know any library then please let me know

jcmargentina's avatar

@mumaryasin ... @kodemania .....

give a look at github,... there are plentty libraries to handle biometric hardware directly using PHP ... for example ... for ZK hardware.

It is very easy to integrate them with laravel ... as they are written in PHP

Please or to participate in this conversation.