QR codes in php without using the now deprecated Google Charts API

荒凉一梦 提交于 2020-01-01 05:47:09

问题


Does anyone know of a PHP class which generates QR codes on your server instead of relying on the now deprecated Google Charts API which will not always be in existence.

I'm also thinking that bulk QR code generation will be faster if it's done on the server.

I would also consider a client based JS or Jquery solution to the problem.


回答1:


Theres this one...its for javascript though...

http://d-project.googlecode.com/svn/trunk/misc/qrcode/js/

or this....PHP lib

http://phpqrcode.sourceforge.net/




回答2:


I've just started using visuallead. The syntax is pretty simple. This syntax:

http://open.visualead.com/?data=paper.exchange&size=110&type=png

Yields this:

<img src="http://open.visualead.com/?data=paper.exchange&size=110&type=png"/>


来源:https://stackoverflow.com/questions/16976025/qr-codes-in-php-without-using-the-now-deprecated-google-charts-api

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!