Replies: 3 comments 3 replies
-
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. |
Beta Was this translation helpful? Give feedback.
-
I got the WIFI to QR Code code working. Here's the code below. ` $wifi = 'WIFI:S:'.$ssid.';'.'T:'.$type.';'.'H:'.$hidden.';'.'P:'.$pass.';'.';;'; $qrOutputInterface = new QRImageWithLogo( |
Beta Was this translation helpful? Give feedback.
-
how to input VCARD? |
Beta Was this translation helpful? Give feedback.
-
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
Beta Was this translation helpful? Give feedback.
All reactions