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

GodziLaravel's avatar

QR scanner

Hello, I would like to add a feature to scan QR code using the mobile device, Is there any service to make it (javascript) thanks

0 likes
2 replies
hollyit's avatar

There's Instascan, which works using WebRTC:

https://github.com/schmich/instascan

Just not that it won't work on iOS devices, since they don't support WebRTC. For those devices you'll have to get into app development, which can be pretty easily done with projects like Ionic or Cordova.

Please or to participate in this conversation.