aj-techsoul / ELECTRON-4-PHP

An easiest way to use php in electron
MIT License
202 stars 46 forks source link

NFC Access #42

Closed emresaracoglu closed 1 year ago

emresaracoglu commented 2 years ago

H,

This repo has been very useful to my project, thank you. I am trying to develop an application. The PHP application I'm trying to develop needs to use NFC card reading and writing. Can I access NFC card reading and writing with PHP?

aj-techsoul commented 1 year ago

Hi @emresaracoglu Thanks that you find this project usefull. Regarding the NFC this is possible only when you make a api script in c++ or python, and then call that with parameters with php exec command. Hope that helps.

emresaracoglu commented 1 year ago

@aj-techsoul Thank you for your answer.