For the last 5 or so years if I have needed a QR code I have used the google APIs, yesterday for around 4 hours this service stopped. On investigation I found the service is now deprecated and a link to use Google Charts instead? I can not find any qr codes though?
So my question is does anyone one know if Google maintaining an API to generate QR Codes? If so where can the documentation on this be found. Or has their been a definitive statement from Google to say they are not supporting it going forward.
The google API is really easy to use and has been reliable until now, example below.
https://chart.googleapis.com/chart?cht=qr&chs=300x300&chl=stuff
I found this post from a few years ago, I am not working in php sadly. Is there an alternative to Google Chart API QR Generator?