Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there an alternative to Google Chart API QR Generator?

Google Chart API QR Generator is deprecated and will not be supported after 2015. Does anyone know of a better alternative to this that I can use on PHP-based websites?

like image 721
user1448031 Avatar asked Jun 10 '13 23:06

user1448031


1 Answers

Here is one that I have created.

https://github.com/edent/QR-Generator-PHP

Very easy to install on your own server. No third party dependencies so no API limits :-)

like image 98
Terence Eden Avatar answered Oct 15 '22 11:10

Terence Eden