This seems to be a very good API: http://goqr.me/api/
Verifying can indeed be done in many ways. A QR code is pretty fancy, but I think just a random generated number is also perfectly fine. You can also scan for that if you wish.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
https://laracasts.com/discuss/channels/laravel/qr-code-generator https://laracasts.com/discuss/channels/laravel/qr-codes?page=1
I checked out the above posts. It appears even google deprecated their QR code api.
Is the main issue with using these the interpretation side?
The app I'm working on is kind of like ebay but it's construction materials so the buyer goes to the seller's business location to pick up their goods.
My goal is to generate a code of some sort (QR or otherwise) and when a person wins a bid a code is generated. When the buyer goes to pick up their construction materials the seller prints out a pdf with the code on it and the buyer uses their phone to verify the code through the laravel app.
The goal is to "verify" that the real seller is providing the goods and that the buyer has "accepted" them.
I could see just a random number generator working too but if you have any experience in this area I'd like to hear.
This seems to be a very good API: http://goqr.me/api/
Verifying can indeed be done in many ways. A QR code is pretty fancy, but I think just a random generated number is also perfectly fine. You can also scan for that if you wish.
Please or to participate in this conversation.