chillerlan / php-qrcode

A PHP QR Code generator and reader with a user-friendly API.
https://smiley.codes/qrcode/
Apache License 2.0
2.02k stars 302 forks source link

Pass VCard, WIFI data to QRCode #114

Closed menjilx closed 2 years ago

menjilx commented 2 years ago

How to pass the vcard and WIFI data to QRCode?

I tried to pass it as ARRAY but it will only accept STRING.

Thank you

codemasher commented 2 years ago

That's right, the encoder only accepts strings, so you will need to prepare the data on your own. There are no plans to add specific protocols as this is not the focus of this library and an entire can of worms altogether.