0% found this document useful (0 votes)
11 views1 page

QR

This document discusses how to generate a QR code in PHP. It explains what a QR code is and how it can store large amounts of information in a two-dimensional barcode that can be read by QR code reader software. The document then states that generating a QR code is easy in PHP using available libraries.

Uploaded by

Shilpa Gadkari
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views1 page

QR

This document discusses how to generate a QR code in PHP. It explains what a QR code is and how it can store large amounts of information in a two-dimensional barcode that can be read by QR code reader software. The document then states that generating a QR code is easy in PHP using available libraries.

Uploaded by

Shilpa Gadkari
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

How to generate QR Code in PHP

In this post, you will learn how to generate a QR Code in PHP in the easiest way

QR Code stands for Quick Response code. Initially, it is developed for the
automotive industry, but later it is widely used in a wider range of applications.
By using this, we can replace a large amount of information, smart card data,
consumer advertising, website url, telephone number, article and much more into a
just two-dimensional matrix Barcode. It is capable of storing up to 4,296
alphanumeric characters of arbitrary text. The generated code can be read by a QR
Code reader software using optical smart devices. PHP provides several libraries to
generate QR code. Generating QR Code is very easy in PHP.

You might also like