📜 ⬆️ ⬇️

We generate a QR code for PHP


QR-code has long been common everywhere, in all spheres of human life. It seems such a popular thing, but there is no normal library (Open Source) for PHP. Comrade deltalab , he strained this problem very much and he decided to rewrite Kentaro Fukuchi’s C library, ibqrencode , into the more familiar PHP language.

PHP QR Code with an open source (LGPL) library for creating a QR code and 2-dimensional barcodes. It is based on the C library's ibqrencode code. Provides API for creating bar codes in PNG, JPEG format using GD2. Implemented in pure PHP, without any external dependencies, except of course GD2.

Sourceforge Project Page

UPD:
- What is QR can be found on Wikipedia
- Thematic blog on Habré , where you can understand the scale of its distribution
- Interesting QR-generator, with enhanced functionality of PHP QR Code and Data Matrix Generator
- Generator "beautiful" QR, insert text in QR mojiq.kazina.com
- Online QR QRDecoder decoder
- 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 a QR code from Pavel Novitsky www.e-luge.net/blog/full/655063.html
- MX QR code under ExpressionEngine. Based on the code from Swetake - MX QR code
- QR-code module for Drupal drupal.org/project/qrs_sheets
- Encode QR with 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. Written in Java, so for Linux / MacOS users, there are also binaries.
- Extended utility for reading from bcWebCam webcam
- Another QR-code reader directly from the screen, without QuickMark phone direct link ~ 7mb

nzeraf.com

')

Source: https://habr.com/ru/post/92094/


All Articles