Generate QR code in PHP

QR-code , has long been distributed everywhere, in all areas of human life. It seems to be such a popular thing, but there is no normal library (Open Source) in PHP. Comrade deltalab , this problem was very annoying and he decided to rewrite the available ones From the ibqrencode library from Kentaro Fukuchi , to the more familiar PHP language.
PHP QR Code with open source (LGPL) library for creating QR code and 2-dimensional barcodes. It is based on the ibqrencode code of the C library. Provides an API for creating barcodes in PNG, JPEG format using GD2. Implemented in pure PHP, without any external dependencies, except of course GD2.
Sourceforge
UPD project page :
- What is a QR can be found on from Wikipedia
- A thematic blog on Habré where you can comprehend the scale of its distribution
- An interesting QR-generator, with advanced PHP QR Code and Data Matrix Generator functionality
- A generator of "beautiful" QR, insert text into QR mojiq.kazina.com
- Online QR decoderQRDecoder
- Another implementation of QR coding in Perl + PHP www.swetake.com/qr/qr_cgi_e.html
- QR code plugin for Wordpress anton.shevchuk.name/wordpress/qr-code
- PHP class for generating QR code from Pavel Novitsky www.e-luge.net/blog/full/655063.html
- MX QR code under ExpressionEngine. Based on code from Swetake - MX QR code
- QR-code module for Drupal drupal.org/project/qrs_sheets
- We encode in QR using the Google Charts API
<img src = "https://habrastorage.org/getpro/habr/post_images/de7/8c2/ef8/de78c2ef81511a83d693766568832846.png" />
UPD2:
- The best QR-code reader from the BarShow screen and the best BarCapture generator from Jaxo Systems. It is written in Java so that for Linux / MacOS users just right, there are binaries.
- Advanced utility for reading from a web-camera bcWebCam
- Another QR-code reader directly from the screen, without a QuickMark phone direct link ~ 7mb

nzeraf.com