简体   繁体   中英

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

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.

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"/> 

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/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM