I am thinking of developing an offline (local) system using PHP and RFID for my office here.
I have done some research regarding RFID device (card scanner type) and the SDK available out there in the market, but there is no SDK built for PHP. Database will be MySQL. Programming wise wouldnt be a problem since i got basic knowledge on PHP application.
What i want to do is just get the Card ID (1 card for each user) each time it is scanned, so i can manipulate whatever data related to the card / user after that.
So, is there any way to read from RFID card scanner from PHP? (or PHP classes perhaps??)
Thanks in advance. and sorry for bad english.