PHP acquires the parameters passed by the front end (Mini Program) (such as user ID) and generates a QR code with parameters. Is there a demo??

PHP acquires the parameters passed by the front end (Mini Program) (such as user ID) and generates a QR code with parameters. Is there a demo?? It is urgent to ask for the guidance of the great gods


QRcode can generate QR codes based on links, which should help you


https://github.com/aferrandin.

\PHPQRCode\QRcode::png("<>", "/tmp/qrcode.png", 'L', 4, 2);

this will generate the PNG QR code to the / tmp/qrcode.png directory

Menu