Bacon / BaconQrCode

QR Code Generator for PHP
BSD 2-Clause "Simplified" License
1.83k stars 208 forks source link

Question: Does this library handle creation of WIFI access QR codes? #85

Closed inglesuniversal closed 2 years ago

inglesuniversal commented 3 years ago

thanks

joeworkman commented 3 years ago

I reverse decoded my guest wifi QR code. this is the format that is used to create it...

WIFI:S:{{Network SSID}};T:WPA;P:{{PASSCODE}};;

Substitute the mustache vars in there with the actual values for your network. Hope that this helps.

inglesuniversal commented 3 years ago

It worked like a charm. Thanks so much for contributing with my long awaited and over-searched request!