Site icon Student Project Guidance & Development

PHP QR code Generator

Now a days QR code(Quick Response Code) is widely used in recent applications for payment gateway, app download link, business cards, UPI payment, PayTM payment, etc. QR code is a Two Dimensional barcode, first designed on 1994 in Japan. Now a days QR code become popular because it has ability to store huge data and smart phone scans QR code easily.

Method 1:

Google provide API to generate QR code:
https://chart.googleapis.com/chart?chs=250×250&cht=qr&chl=http%3A%2F%2Fstudentprojectguide.com%2F&choe=UTF-8

Method 2:
Another method to generate QR code is using open source code PHP QR Code which is very easy to configure. This will support for Numeric, Alphanumeric encoding. This is developed purely in PHP. This exports PNG and JPEG images. Even this has API integration features. In case of any errors user can debug using Debug data dump, error logging, time benchmarking. Its 100% Open Source and LGPL Licensed.

To download source code  and more information about this:-

Exit mobile version